kh workflow list
List workflows
kh workflow list [flags]Examples
# List workflows
kh wf ls
# List with a higher limit
kh wf ls --limit 5
# List workflows in a project or with a tag
kh wf ls --project proj_123
kh wf ls --tag tag_456Options
-h, --help help for list
--limit int Maximum number of workflows to list (default 30)
--project string Filter workflows by project ID
--tag string Filter workflows by tag IDOptions inherited from parent commands
-H, --host string KeeperHub host (default: app.keeperhub.com)
--jq string Filter JSON output with a jq expression
--json Output as JSON
--no-color Disable color output
--org string Organization ID to use (overrides default from auth)
-y, --yes Skip confirmation promptsSEE ALSO
- kh workflow - Manage workflows