ktm variables duplicate
Clone a variable under a new name (atomic; preserves type and values)
Clone a variable under a new name (atomic; preserves type and values)
Usage
ktm variables duplicate <id> [flags]
Examples
ktm variables duplicate 17 --name DB_HOST_BACKUP
Arguments
| Argument | Required |
|---|---|
id | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--name | string | Name for the new variable (required) |
Details
The duplicate inherits type, group, and all per-variant values from the source.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on