A connector links Ardent to one of your Postgres databases. You need at least one before creating branches.Documentation Index
Fetch the complete documentation index at: https://docs.tryardent.com/llms.txt
Use this file to discover all available pages before exploring further.
ardent connector create
Connect a Postgres database. Ardent replicates your data during initial setup. This may take a few minutes depending on data size. After setup, branches create in under 6 seconds regardless of data size. Shell quoting: Wrap the connection URL in single quotes. Otherwise the shell may treat characters in real strings (for example?, &, #, !, $, parentheses, or spaces inside passwords) as globs, history expansion, or variable substitution, and the command can fail or connect to the wrong place.
-n:
Example output
Example output
ardent connector list
List all connectors in the current project. In the terminal, the active connector is highlighted in green and prefixed with*; other rows use default/dim text. The expandable example uses green and dim styling the same way. ● means healthy, ○ means not healthy. The service type (for example postgresql) prints on the line below each name. Warnings appear in yellow with a count on the name line and full text indented below.
Example output
Example output
Connectors:
* ● prod-db
postgresql
○ staging-db
postgresql
ardent connector switch
Switch the active connector without changing projects.Example output
Example output
ardent connector delete
Example output
Example output