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

987 B

title
vela workflow restart

Restart a workflow.

Synopsis

Restart a workflow in cluster.

vela workflow restart [flags]

Examples

vela workflow restart <workflow-name>

Options

  -e, --env string         specify environment name for application
  -h, --help               help for restart
  -n, --namespace string   specify the Kubernetes namespace to use
  -s, --step string        specify the step name in the workflow
  -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

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.