Tsuru app deploy rollback update
tsuru app deploy rollback update¶
Disables an existing image of an app. You can list images with "tsuru app deploy list -a
Synopsis¶
Disables an existing image of an app. You can list images with "tsuru app deploy list -a
::
The [-i/--image] flag is the name of an app image.
The [-d/--disable] flag disables an image rollback. The default behavior (omitting this flag) is to enable it.
The [-r/--reason] flag lets the user tell why this action was needed.
tsuru app deploy rollback update [appName] [-i/--image imageName] [-d/--disable] [-r/--reason reason] [flags]
Options¶
-a, --app string The name of the app.
-d, --disable Enables or disables the rollback on a specific image version
-i, --image string The image name for an app version
-r, --reason string The reason why the rollback has to be disabled
-h, --help help for update
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 rollback - Deploys an existing image for an app. You can list available images with
tsuru app deploy list.