Authentication
ardent login
Opens your browser to authenticate with GitHub or email.ardent logout
Clears stored credentials.ardent status
Check your authentication status.Example output
Example output
Connectors
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.Example output
Example output
ardent connector list
List all connected databases.Example output
Example output
ardent connector delete
Remove a connected database.Example output
Example output
Branches
ardent branch create
Create a new isolated database branch. Automatically switches to it and returns the connection URL.Example output
Example output
ardent branch list
List all branches. The current branch is marked with*.
Example output
Example output
ardent branch info
Show details and connection URL for a branch.Example output
Example output
ardent branch switch
Switch to a different branch.Example output
Example output
ardent branch diff
See what changed since the branch was created.Example output
Example output
ardent branch delete
Delete a branch. Note: branches auto-suspend after 5 minutes of inactivity, so cleanup is optional.Example output
Example output
Team management
ardent invite
Invite a user to your organization.Example output
Example output
ardent invite list
List pending invites.Example output
Example output
ardent invite delete
Revoke a pending invite.Example output
Example output
ardent org members
List organization members.Example output
Example output
ardent org set-role
Update a member’s role.Example output
Example output
ardent org remove
Remove a member from the organization.Example output
Example output