chilli-cloud-code-cli
v0.1.2
Published
CLI to interact with Chilli Cloud Code
Downloads
4
Readme
chilli-cloud-code-cli
CLI to interact with Chilli Cloud Code
Usage
$ 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
...
Commands
chilli-cloud-code deploy-manifest PATH
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
chilli-cloud-code help [COMMAND]
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
chilli-cloud-code run
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