mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
2bd6d2908e
I'm sorry.
29 lines
857 B
Plaintext
29 lines
857 B
Plaintext
Usage: coder templates create [flags] [name]
|
|
|
|
Create a template from the current directory or as specified by flag
|
|
|
|
[1mOptions[0m
|
|
--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.
|