Install
Run the CLI directly withnpx:
Authenticate
Create an API key from Settings in the dashboard, then log in:Common commands
List databases:id column from the list output with dbhost databases get <id>.
Create a database:
JSON output
Add--json to any command for machine-readable output:
Supported commands
dbhost auth logindbhost auth logoutdbhost databases listdbhost databases get <id>dbhost databases create <name> [display-name]dbhost databases create <name> --display-name "My App"dbhost databases delete <id> --yesdbhost databases reset-password <id>dbhost backups list <database-id>dbhost backups trigger <database-id>