0.0.3-alpha • Published 3 years ago

@cliver/cli v0.0.3-alpha

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

cliver

The environment management CLI

oclif Version Downloads/week License

Usage

$ npm install -g @cliver/cli
$ cliver COMMAND
running command...
$ cliver (-v|--version|version)
@cliver/cli/0.0.3-alpha win32-x64 node-v14.12.0
$ cliver --help [COMMAND]
USAGE
  $ cliver COMMAND
...

Commands

cliver help [COMMAND]

display help for cliver

USAGE
  $ cliver help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cliver load [ENVIRONMENT]

Loads an environment

USAGE
  $ cliver load [ENVIRONMENT]

ARGUMENTS
  ENVIRONMENT  Environment that should be loaded

OPTIONS
  -d, --destination=destination  [default: .env] Environment file destination
  -f, --file=file                [default: .envrc] File that contains environment config
  -i, --include=include          Resource that should be included in environment
  -r, --resources=resources      Resource that should be loaded

EXAMPLES
  $ cliver load
  $ cliver load dev
  $ cliver load dev -r database -i public_api:key

See code: src/commands/load.ts