vela workflow logs
Tail logs for workflow steps
Synopsis
Tail logs for workflow steps, note that you need to use op.#Logs in step definition to set the log config of the step.
vela workflow logs [flags]
Examples
vela workflow logs <workflow-name>
Options
-e, --env string specify environment name for application
-h, --help help for logs
-n, --namespace string specify the Kubernetes namespace to use
-o, --output string output format for logs, support: [default, raw, json] (default "default")
-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
-y, --yes Assume yes for all user prompts
SEE ALSO
- vela workflow - Operate application delivery workflow.