ks ci clean

ks ci clean

Removes all secrets and files from a CI service

Synopsis

Removes all secrets and files from a CI service.

This does not remove the CI service from the projcet. To do so, use: ks ci rm <service-name>

ks ci clean [flags]

Examples


# To remove everything regarding the current environment:
ks ci clean

# You can specify the target environment with the --env flag:
ks ci clean --env prod

Options

  -h, --help   help for clean

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 ci - Manages CI services
Auto generated by spf13/cobra on 12-Jan-2023

Edit this page on GitHub