Manage the connections in your active environment.

Listing all connections

To list all existing connections in your environment, run the following command:

[BASH]
orchestrate connections list

This command will display one or more tables, each corresponding to a different environment.

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]
orchestrate connections import --file <path to file with the same --app-id of the connection that you want to update>

Deleting a connection

To remove a connection simply run the following command. Be aware deleting the connection will also delete all associated configurations.

ArgumentDescription
--app-id (-a)App ID of the connection you want to delete.
[BASH]
orchestrate connections remove --app-id <my_app_id>