Files
coder/cli/testdata/coder_templates_create_--help.golden
2023-03-23 17:42:20 -05:00

857 B

Usage: coder templates create [flags] [name]
 
Create a template from the current directory or as specified by flag
 
Options
--default-ttl duration (default: 24h)
Specify a default TTL for workspaces created from this template.
 
-d, --directory string (default: .)
Specify the directory to create from, use '-' to read tar from stdin.
 
--parameter-file string
Specify a file path with parameter values.
 
--provisioner-tag string-array
Specify a set of tags to target provisioner daemons.
 
--variable string-array
Specify a set of values for Terraform-managed variables.
 
--variables-file string
Specify a file path with values for Terraform-managed variables.
 
-y, --yes bool
Bypass prompts.
 
---
Run `coder --help` for a list of global options.