Skip to main content
canonic connection manages the entries under connections: in canonic.yaml, the same file canonic setup writes to during onboarding.

connection list

List configured connections.
Shows each connection’s id, type, whether it’s the project default, and its params. With --json, returns {"connections": [...]} including full param dicts.

connection test

Test connectivity for one or all connections.
Exits non-zero if any tested connection fails to connect.

connection add

Add a new source connection to canonic.yaml.

connection remove

Remove a configured connection from canonic.yaml.
Takes the connection id as a positional argument. If it was the project default, the default is cleared.