@dopefatimah/fire-cli
v1.0.1
Published
Test CLI project
Downloads
1
Readme
fire-cli
Test CLI project
Usage
$ npm install -g fire-cli
$ fire-cli COMMAND
running command...
$ fire-cli (-v|--version|version)
fire-cli/1.0.1 win32-x64 node-v12.18.2
$ fire-cli --help [COMMAND]
USAGE
$ fire-cli COMMAND
...
Commands
fire-cli hello [GREETING]
Describe the command here
USAGE
$ fire-cli hello [GREETING]
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
fire-cli help [COMMAND]
display help for fire-cli
USAGE
$ fire-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
fire-cli whoami
Describe the command here
USAGE
$ fire-cli whoami
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/whoami.js