The CLI can manage connections.
lenses-cli connections
lenses-cli connections get --name connection-name
lenses-cli connections create \ --name SlackConnection \ --template-name Slack \ --tag slack \ --tag \connection --tag slack-connection \ --connection-config '[{"key":"webhookUrl","value":"https://hooks.slack.com/"}]'
Consider using the new Lenses CLI provision sub-command for managing dynamic connections.
lenses-cli connections update --name SlackConnection \ --tag slack --tag connection --tag slack-connection \ --connection-config '[{"key":"webhookUrl","value":"https://hooks.slack.com/"}]'
lenses-cli connections delete --name SlackConnection
On this page