@cfgu/cli

configu cli

Usage no npm install needed!

<script type="module">
  import cfguCli from 'https://cdn.skypack.dev/@cfgu/cli';
</script>

README

@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!