Skip to content

lucasskluser/cliver

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published