feat(cli): create workspace using parameters from existing workspace (#10604)

This commit is contained in:
Marcin Tojek
2023-11-09 19:22:47 +01:00
committed by GitHub
parent 076db31486
commit 61fac2dcfc
5 changed files with 213 additions and 8 deletions
+9
View File
@@ -30,6 +30,15 @@ coder create [flags] [name]
Specify automatic updates setting for the workspace (accepts 'always' or 'never').
### --copy-parameters-from
| | |
| ----------- | -------------------------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_WORKSPACE_COPY_PARAMETERS_FROM</code> |
Specify the source workspace name to copy parameters from.
### --parameter
| | |