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

47 lines
1.0 KiB
Markdown

---
title: vela workflow debug
---
Debug workflow steps
### Synopsis
Debug workflow steps
```
vela workflow debug [flags]
```
### Examples
```
vela workflow debug <workflow-name>
```
### Options
```
-e, --env string specify environment name for application
-f, --focus string specify the focus value to debug, only valid for application with workflow
-h, --help help for debug
-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
* [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).