$ npm install -g hzspace-cli
$ hz COMMAND
running command...
$ hz (-v|--version|version)
hzspace-cli/0.0.2 win32-x64 node-v14.16.0
$ hz --help [COMMAND]
USAGE
$ hz COMMAND
...
hz actions:create [FILE]
hz apps:create [FILE]
hz astros:get [FILE]
hz autocomplete [SHELL]
hz help [COMMAND]
hz iss:get [FILE]
describe the command here
USAGE
$ hz actions:create [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ hz hello
hello world from ./src/hello.ts!
See code: src/commands/actions/create.ts
describe the command here
USAGE
$ hz apps:create [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ hz hello
hello world from ./src/hello.ts!
See code: src/commands/apps/create.ts
describe the command here
USAGE
$ hz astros:get [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ hz hello
hello world from ./src/hello.ts!
See code: src/commands/astros/get.ts
display autocomplete installation instructions
USAGE
$ hz autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ hz autocomplete
$ hz autocomplete bash
$ hz autocomplete zsh
$ hz autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
display help for hz
USAGE
$ hz help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
describe the command here
USAGE
$ hz iss:get [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ hz hello
hello world from ./src/hello.ts!
See code: src/commands/iss/get.ts