targets show
Show full details of a target.
clonit targets show <name>Arguments
Section titled “Arguments”| Argument | Description | Required |
|---|---|---|
name |
Name of the target to display | Yes |
Description
Section titled “Description”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 |
Examples
Section titled “Examples”Show details for a target:
clonit targets show mydbShow details with debug output:
clonit --debug targets show production-snapSee Also
Section titled “See Also”- targets – List all targets
- targets update – Update an existing target