Skip to main content

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.
ardent branch create my-feature
✓ Branch 'my-feature' created and checked out in 4.2s

postgresql://user:pass@my-feature-postgres.routing.tryardent.com:5432/db

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.
ardent branch list
Branches:
* ● my-feature
○ staging

ardent branch info

Show details and connection URL for a branch. Defaults to the current branch if no name is given.
ardent branch info my-feature
Name:    my-feature
URL:     postgresql://user:pass@my-feature-postgres.routing.tryardent.com:5432/db
Status:  active
Created: 2 minutes ago

ardent branch switch

Switch to a different branch.
ardent branch switch staging
✓ Switched to staging

ardent branch delete

Delete a branch. Branches auto-suspend after 5 minutes of inactivity, so cleanup is optional.
ardent branch delete my-feature
✓ Branch deleted: my-feature