@stackr/cli
CLI to register, compile and deploy your Stackr Micro Rollups
Usage
$ npm install -g @stackr/cli
$ stackr COMMAND
running command...
$ stackr (--version)
@stackr/cli/0.0.6 linux-x64 node-v18.19.1
$ stackr --help [COMMAND]
USAGE
$ stackr COMMAND
...
Commands
stackr compile
Compile yours Stackr State Machines to portable WASM modules.
USAGE
$ stackr compile
DESCRIPTION
Compile yours Stackr State Machines to portable WASM modules.
EXAMPLES
$ stackr compile
See code: src/commands/compile/index.ts
stackr deploy
Deploy your MRU to Vulcan
USAGE
$ stackr deploy
DESCRIPTION
Deploy your MRU to Vulcan
EXAMPLES
$ stackr deploy
See code: src/commands/deploy/index.ts
stackr help [COMMAND]
Display help for stackr.
USAGE
$ stackr help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for stackr.
See code: @oclif/plugin-help
stackr init [PROJECTNAME]
Init an MRU from templates
USAGE
$ stackr init [PROJECTNAME]
DESCRIPTION
Init an MRU from templates
EXAMPLES
$ stackr init
See code: src/commands/init/index.ts
stackr register
Register your MicroRollup with Stackr
USAGE
$ stackr register
DESCRIPTION
Register your MicroRollup with Stackr
EXAMPLES
$ stackr register
See code: src/commands/register/index.ts