armada/doc/source/commands/rollback.rst
Sean Eagan 571c0b77f9 Add command to rollback release to CLI and API
This adds a command to the CLI and API to rollback a release name to a
specified version.

Change-Id: Ie1434da42ccc75c658b7bde7164b3f4c909be7c4
2018-06-06 09:40:31 -05:00

956 B

Armada - Rollback

Commands

Usage: armada rollback [OPTIONS]

This command performs a rollback on the specified release.

To rollback a release, run:

    $ armada rollback --release my_release

Options:
  --dry-run                     Perform a dry-run rollback.
  --release TEXT                Release to rollback.
  --tiller-host TEXT            Tiller Host IP
  --tiller-port INTEGER         Tiller Host Port
  -tn, --tiller-namespace TEXT  Tiller Namespace
  --timeout INTEGER             Tiller Host IP
  --version INTEGER             Version of release to rollback to. 0 represents the previous release
  --wait                        Version of release to rollback to. 0 represents the previous release
  --help                        Show this message and exit.

Synopsis

The rollback command will perform helm rollback on the release.