Tsuru app deploy rollback
tsuru app deploy rollback¶
Deploys an existing image for an app. You can list available images with tsuru app deploy list.
Synopsis¶
Deploys an existing image for an app. You can list available images with tsuru app deploy list.
tsuru app deploy rollback [-a/--app appname] [-y/--assume-yes] <image-name> [flags]
Options¶
-a, --app string The name of the app.
-y, --assume-yes Don't ask for confirmation.
--new-version Creates a new version for the current deployment while preserving existing versions
--override-old-versions Force replace all deployed versions by this new deploy
-h, --help help for rollback
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru app deploy - Deploy the source code and/or configurations to the application on Tsuru.
- tsuru app deploy rollback update - Disables an existing image of an app. You can list images with "tsuru app deploy list -a
"