Skip to content

targets show

Show full details of a target.

clonit targets show <name>
Argument Description Required
name Name of the target to display Yes

Displays a detailed key-value table with all configuration fields for the specified target. Database URLs are shown with passwords masked as ****.

The output includes the following fields:

Field Description
Name Target name
DB Type Database type (e.g., postgres)
Src URL Source database URL (masked)
Dst URL Destination database URL (masked)
Sanitize Dst URL Sanitize destination database URL (masked)
Sanitize Query File Path to sanitization SQL file
Storage Profile Linked storage profile name
Dump Jobs Number of parallel dump jobs
Restore Jobs Number of parallel restore jobs
Created At Timestamp when the target was created
Updated At Timestamp when the target was last updated

Show details for a target:

clonit targets show mydb

Show details with debug output:

clonit --debug targets show production-snap