CLI to interact with Chilli Cloud Code
npm install chilli-cloud-code-cliCLI to interact with Chilli Cloud Code




* chilli-cloud-code-cli
* Usage
* Commands
``sh-session`
$ npm install -g chilli-cloud-code-cli
$ chilli-cloud-code COMMAND
running command...
$ chilli-cloud-code (-v|--version|version)
chilli-cloud-code-cli/0.1.2 darwin-x64 node-v13.11.0
$ chilli-cloud-code --help [COMMAND]
USAGE
$ chilli-cloud-code COMMAND
...
* chilli-cloud-code deploy-manifest PATH
* [chilli-cloud-code help [COMMAND]](#chilli-cloud-code-help-command)chilli-cloud-code run
*
Deploy all scripts defined in the Manifest
`
USAGE
$ chilli-cloud-code deploy-manifest PATH
ARGUMENTS
PATH Path to the manifest.json file
OPTIONS
-g, --game=game (required) The Chilli Game token to specify which game to deploy to
`
_See code: src/commands/deploy-manifest.js_
display help for chilli-cloud-code
`
USAGE
$ chilli-cloud-code help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`
_See code: @oclif/plugin-help_
Run an existing cloud code script
`
USAGE
$ chilli-cloud-code run
OPTIONS
-g, --game=game The Chilli Game token to specify which game to use
-m, --manifest=manifest The path to the manifest JSON file that contains the script definitions
-n, --name=name The name of the cloud code script to run
-p, --player=player Chilli Connect ID of the player to run the script as
``
_See code: src/commands/run.js_