targets
List all configured targets.
clonit targetsDescription
Section titled “Description”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 |
Examples
Section titled “Examples”List all targets:
clonit targetsList targets with debug output:
clonit --debug targetsSee Also
Section titled “See Also”- targets add – Add a new target
- targets show – Show full details of a target
- targets update – Update an existing target
- targets remove – Remove a target