Update a workflow
pw workflows update <name> [flags]
# Update workflow YAML from a file
pw workflows update my-workflow --yaml workflow.yaml
# Update workflow display name
pw workflows update my-workflow --display-name "My Workflow"
# Update workflow description
pw workflows update my-workflow --description "Runs batch jobs"
# Update multiple fields at once
pw workflows update my-workflow --yaml workflow.yaml --display-name "New Name"
--description string New description for the workflow
--display-name string New display name for the workflow
-h, --help help for update
-o, --output string Output format (json)
--yaml string Path to YAML file to replace workflow definition
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging