armada/doc/source/commands/rollback.rst
Drew Walters df97ff59a6 cli: Remove dry-run flag
Armada's dry-run option is incomplete, no longer maintained, and offers
little value for the complexity required to maintain it.

This commit is the second in a series of changes to remove the dry-run
feature. Specifically, this change removes the flag as an option for the
CLI.

Story: 2005121

Change-Id: If0b512dcf5520e8a53521fbb5e4e83e06984c889
Signed-off-by: Drew Walters <andrew.walters@att.com>
2019-09-05 16:29:04 +00:00

946 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:
  --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
  --bearer-token                User bearer token
  --help                        Show this message and exit.

Synopsis

The rollback command will perform helm rollback on the release.