Documentation
Reference

CLI command reference

Look up the commands used to configure, verify, run, and schedule dbtempo.

5 min read

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 init
doctor

Check config, API access, database access, and collection readiness.

dbtempo doctor
run

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