Lists all workflows in the CF system.
Synopsis
Lists all workflows in the CF system. Workflow operations are for attach/de-attach clusters.
cfcli list workflows [flags]Example:
x
#list all workflows:cfcli list workflows#list all workflows:cfcli list workflows --page-size 10#list all workflows:cfcli list workflows --page-size 10 --page-token <page-token>| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for workflows. | |
| --page-token | -n | string | Next page token to continue listing items. | |
| --page-size | -p | int32 | 100 | Number of workflows to return per page. |
####
Was this page helpful?