mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
1.2 KiB
1.2 KiB
coder templates push
Push a new template version from the current directory or as specified by flag
Usage
coder templates push [template] [flags]
Flags
--always-prompt
Always prompt all parameters. Does not pull parameter values from active template version
Default | false |
--directory, -d
Specify the directory to create from, use '-' to read tar from stdin
Default | . |
--name
Specify a name for the new template version. It will be automatically generated if not provided.
--parameter-file
Specify a file path with parameter values.
--provisioner-tag
Specify a set of tags to target provisioner daemons.
Default | [] |
--variable
Specify a set of values for Terraform-managed variables.
Default | [] |
--variables-file
Specify a file path with values for Terraform-managed variables.
--yes, -y
Bypass prompts
Default | false |