ks env switch

ks env switch

Changes the current environment

Synopsis

Changes the current envrionment.

Next time `ks source+ is executed, it will use values from .

Valid values for environment are: “dev”, “staging”, and “prod”

ks env switch <environment> [flags]

Examples

ks env switch prod

Options

  -h, --help   help for switch

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 env - Manages environments
Auto generated by spf13/cobra on 12-Jan-2023

Edit this page on GitHub