Command-line tool for working with your ShipEngine account
$ npm install -g @shipengine/cli
$ shipengine COMMAND
running command...
$ shipengine (-v|--version|version)
@shipengine/cli/0.0.1 darwin-x64 node-v12.16.2
$ shipengine --help [COMMAND]
USAGE
$ shipengine COMMAND
...create a new package to develop a custom ShipEngine app
USAGE
$ shipengine apps:new [PATH]
ARGUMENTS
PATH path to new package (defaults to current directory)
OPTIONS
-f, --force overwrite existing files
-h, --help show CLI help
-y, --yes skips the questions and uses the defaults (carrier|yarn|TypeScript|eslint|mocha)
EXAMPLE
$ shipengine apps:new
See code: src/commands/apps/new.ts
test your app
USAGE
$ shipengine apps:test
EXAMPLE
$ shipengine apps:test
See code: src/commands/apps/test.ts
display help for shipengine
USAGE
$ shipengine help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help