fume command line interface
$ npm install -g fume-cli
$ fume COMMAND
running command...
$ fume (-v|--version|version)
fume-cli/0.0.34 darwin-x64 node-v14.15.1
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
...
fume auth:login
fume auth:logout
fume auth:status
fume config
fume deploy ENVIRONMENT
fume help [COMMAND]
fume purge ENVIRONMENT
Login to fume
USAGE
$ fume auth:login
See code: src/commands/auth/login.ts
Invalidate token and remove credentials
USAGE
$ fume auth:logout
See code: src/commands/auth/logout.ts
View authentication status
USAGE
$ fume auth:status
See code: src/commands/auth/status.ts
Generate a fume.yml config
USAGE
$ fume config
OPTIONS
-h, --help show CLI help
See code: src/commands/config.ts
Deploy an Environment
USAGE
$ fume deploy ENVIRONMENT
ARGUMENTS
ENVIRONMENT environment to deploy to (ex: staging)
EXAMPLE
$ fume deploy staging
See code: src/commands/deploy.ts
display help for fume
USAGE
$ fume help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Purge an environment
USAGE
$ fume purge ENVIRONMENT
EXAMPLE
$ fume purge staging
See code: src/commands/purge.ts