38 lines
546 B
Markdown
38 lines
546 B
Markdown
---
|
|
title: vela workflow restart
|
|
---
|
|
|
|
Restart an application workflow
|
|
|
|
### Synopsis
|
|
|
|
Restart an application workflow in cluster
|
|
|
|
```
|
|
vela workflow restart [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela workflow restart <application-name>
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for restart
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
|
|
|
###### Auto generated by spf13/cobra on 19-Aug-2021
|