Skip to content

targets

List all configured targets.

clonit targets

Displays a table of all configured database targets. Each row shows the target name, database type, source URL, destination URL, and read-only status. Database URLs are masked with passwords shown as **** for security.

The output table includes the following columns:

Column Description
Name Target name
DB Type Database type (e.g., postgres)
Src URL Source database URL (password masked)
Dst URL Destination database URL (password masked)
Read Only Whether the target is read-only

List all targets:

clonit targets

List targets with debug output:

clonit --debug targets