/fume-cli

fume command line interface

Primary LanguageJavaScript

fume-cli

fume command line interface

oclif Version Codecov Downloads/week License

Usage

$ 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
...

Commands

fume auth:login

Login to fume

USAGE
  $ fume auth:login

See code: src/commands/auth/login.ts

fume auth:logout

Invalidate token and remove credentials

USAGE
  $ fume auth:logout

See code: src/commands/auth/logout.ts

fume auth:status

View authentication status

USAGE
  $ fume auth:status

See code: src/commands/auth/status.ts

fume config

Generate a fume.yml config

USAGE
  $ fume config

OPTIONS
  -h, --help  show CLI help

See code: src/commands/config.ts

fume deploy ENVIRONMENT

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

fume help [COMMAND]

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

fume purge ENVIRONMENT

Purge an environment

USAGE
  $ fume purge ENVIRONMENT

EXAMPLE
  $ fume purge staging

See code: src/commands/purge.ts