Mango Automation CLI
$ npm install -g mango-cli
$ mango COMMAND
running command...
$ mango (-v|--version|version)
mango-cli/0.0.1 darwin-x64 node-v12.16.3
$ mango --help [COMMAND]
USAGE
$ mango COMMAND
...Define local filestore directory location for testing
USAGE
$ mango config:local-filestore PATH
ARGUMENTS
PATH Filestore directory path
OPTIONS
-h, --help show CLI help
EXAMPLE
$ mango config:local-filestore /mango-for-testing/filestore/public
Local filestore location added
See code: src/commands/config/local-filestore.ts
display help for mango
USAGE
$ mango help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Watch for file changes and automatically copy the project into filestore/public directory
USAGE
$ mango watch
OPTIONS
-h, --help show CLI help
See code: src/commands/watch.ts