ks env
ks env
Manages environments
Synopsis
Manages environments.
Displays a list of available environments:
$ ks env
* dev
staging
prod
With an argument name, activates the environment:
$ ks env staging
ks env [environment] [flags]
Options
-h, --help help for env
Options inherited from parent commands
-c, --config string config file (default is $HOME/.config/keystone/keystone.yaml)
--debug debug output
--env string environment to use instead of the current one
-q, --quiet make the output machine readable
-s, --skip skip prompts and use default
SEE ALSO
- ks - A safe system for developers to store, share and use secrets.
- ks env send - Sends all secrets and files to all members
- ks env switch - Changes the current environment