Core commands
login
Store an API key for the current installation.
dbtempo login --api-key <key>init
Create the first local project and database configuration.
dbtempo initdoctor
Check config, API access, database access, and collection readiness.
dbtempo doctorrun
Collect performance data and submit one analysis.
dbtempo run [--connection <project>] [--dry-run]watch
Print or install a nightly schedule.
dbtempo watch [--install] [--time HH:MM] [--connection <project>]add-database
Add another database to a local project.
dbtempo add-database <project>remove-database
Remove a database from a local project.
dbtempo remove-database <project>list
List configured local projects and connections.
dbtempo list