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 branch create
Create a new isolated database branch. Automatically checks it out and returns the connection URL.Example output
Example output
ardent branch list
In the terminal, the current branch is green: the*, health dot, name, and connection URL. Other branches use default color for the name and dim for the URL. The expandable example uses green for the current branch and dimmer text for the rest. ● means active, ○ means not active. Each URL is indented on the line below the branch name (six spaces in the terminal). There is a blank line between each branch.
Offline cache shows ⚠ Offline - showing cached data from … above the list when applicable.
Example output
Example output
Branches:
* ● my-feature
postgresql://user:pass@my-feature-postgres.routing.tryardent.com:5432/db
○ staging
postgresql://user:pass@staging-postgres.routing.tryardent.com:5432/db
ardent branch info
Show details and connection URL for a branch. Defaults to the current branch if no name is given.Example output
Example output
ardent branch switch
Switch to a different branch.Example output
Example output
ardent branch delete
Delete a branch. Branches auto-suspend after 5 minutes of inactivity, so cleanup is optional.Example output
Example output