mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(cli): allow direct tar upload in template update/create (#5720)
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ Usage:
|
||||
Flags:
|
||||
--default-ttl duration Specify a default TTL for workspaces created from this
|
||||
template. (default 24h0m0s)
|
||||
-d, --directory string Specify the directory to create from (default
|
||||
"/tmp/coder-cli-test-workdir")
|
||||
-d, --directory string Specify the directory to create from, use '-' to read
|
||||
tar from stdin (default "/tmp/coder-cli-test-workdir")
|
||||
-h, --help help for create
|
||||
--parameter-file string Specify a file path with parameter values.
|
||||
--provisioner-tag stringArray Specify a set of tags to target provisioner daemons.
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@ Usage:
|
||||
Flags:
|
||||
--always-prompt Always prompt all parameters. Does not pull parameter
|
||||
values from active template version
|
||||
-d, --directory string Specify the directory to create from (default
|
||||
"/tmp/coder-cli-test-workdir")
|
||||
-d, --directory string Specify the directory to create from, use '-' to read
|
||||
tar from stdin (default "/tmp/coder-cli-test-workdir")
|
||||
-h, --help help for push
|
||||
--name string Specify a name for the new template version. It will be
|
||||
automatically generated if not provided.
|
||||
|
||||
Reference in New Issue
Block a user