kubevela.github.io/docs/cli/vela_workflow_rollback.md

45 lines
992 B
Markdown

---
title: vela workflow rollback
---
Rollback an application workflow to the latest revision.
### Synopsis
Rollback an application workflow to the latest revision.
```
vela workflow rollback [flags]
```
### Examples
```
vela workflow rollback <application-name>
```
### Options
```
-e, --env string specify environment name for application
-h, --help help for rollback
-n, --namespace string specify the Kubernetes namespace to use
-t, --type string the type of the resource, support: [app, workflow]
```
### Options inherited from parent commands
```
-V, --verbosity Level number for the log level verbosity
-y, --yes Assume yes for all user prompts
```
### SEE ALSO
* [vela workflow](vela_workflow.md) - Operate application delivery workflow.
#### Go Back to [CLI Commands](vela.md) Homepage.
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).