diff --git a/platform-administration/implementation-and-setup/enterprise-setup/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md b/platform-administration/implementation-and-setup/enterprise-setup/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md index f9c221ba1454..4eccb9ea7cf4 100644 --- a/platform-administration/implementation-and-setup/enterprise-setup/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md +++ b/platform-administration/implementation-and-setup/enterprise-setup/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md @@ -7,7 +7,7 @@ The `snyk-broker-config` CLI tool provides resources to guide you in configuring * Deployments * Integrations -To list the workflows available, run `snyk-broker-config-workflows`. +To list the workflows available, run `snyk-broker-config workflows`. ``` > snyk-broker-config workflows @@ -29,22 +29,21 @@ Run `snyk-broker-config workflows ` to list the available resources to Run the available workflows and follow the prompts to use the specific resources. ``` -> snyk-broker-config-workflows connections +> snyk-broker-config workflows connections Universal Broker - Create Connection Workflow USAGE - > snyk-broker-config workflows connections COMMAND +> snyk-broker-config workflows connections COMMAND COMMANDS workflows connections create Universal Broker - Create Connection Workflow workflows connections delete Universal Broker - Delete Connection Workflow workflows connections disconnect Universal Broker - Connection Disconnect + Integration(s) Workflow workflows connections get Universal Broker - Get Connection Workflow - workflows connections integrate Universal Broker - Connection Create Integration(s) -Workflow - workflows connections migrate Universal Broker - Existing Connection Migration -Workflow + workflows connections integrate Universal Broker - Connection Create Integration(s) Workflow + workflows connections migrate Universal Broker - Existing Connection Migration Workflow ``` For a complete list of the available workflows and commands, see the list of [`snyk-broker-config` commands](https://github.com/snyk/snyk-broker-config?tab=readme-ov-file#commands) in the repository.