Listing all connections
To list all existing connections in your environment, run the following command:BASH
Updating a connection
To update a connection simply run the import command again and use the same app-id of the connection that you want to update.BASH
Deleting a connection
To remove a connection simply run the following command. Be aware deleting the connection will also delete all associated configurations.BASH
Exporting connections
Use theorchestrate connections export command to export a connection configuration from an existing Orchestrate environment. The exported data is saved as a YAML file, which contains the connection object and associated configuration details.
BASH
Example
The following example exports a connection from an application by using the app ID and saves it to a YAML file:BASH
Note:
- The resulting file contains the connection object in YAML format.
- If the connection includes a live configuration, a
livesection appears in the exported file.

