0.0.14 • Published 5 years ago

@cfgu/cli v0.0.14

Weekly downloads
-
License
Proprietary
Repository
-
Last release
5 years ago

@cfgu/cli

oclif Version Downloads/week License

Usage

$ npm install -g @cfgu/cli
$ cfgu COMMAND
running command...
$ cfgu (-v|--version|version)
@cfgu/cli/0.0.1 darwin-x64 node-v12.19.0
$ cfgu --help [COMMAND]
USAGE
  $ cfgu COMMAND
...

Commands

cfgu help [COMMAND]

display help for cfgu

USAGE
  $ cfgu help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cfgu pull

export environment to a file type and saves it on the current folder

USAGE
  $ cfgu pull

OPTIONS
  -e, --environmentName=environmentName  (required)
  -f, --fileName=fileName                [default: .env]
  -f, --fileType=fileType                [default: env]
  -h, --help                             show CLI help
  -o, --orgId=orgId                      (required)
  -t, --token=token                      (required)

EXAMPLE
  $ cfgu pull -e <env_name> -f <json|yml|env> -n <file_name> -o <org> -t <token>
  config file downloaded successfully!
0.0.14

5 years ago

0.0.13

5 years ago

0.0.1

5 years ago