mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore(cli): warn on template push or create when no lockfile present (#8059)
This commit is contained in:
@ -39,6 +39,15 @@ Specify the directory to create from, use '-' to read tar from stdin.
|
||||
|
||||
Specify a failure TTL for workspaces created from this template. This licensed feature's default is 0h (off).
|
||||
|
||||
### --ignore-lockfile
|
||||
|
||||
| | |
|
||||
| ------- | ------------------ |
|
||||
| Type | <code>bool</code> |
|
||||
| Default | <code>false</code> |
|
||||
|
||||
Ignore warnings about not having a .terraform.lock.hcl file present in the template.
|
||||
|
||||
### --inactivity-ttl
|
||||
|
||||
| | |
|
||||
|
@ -38,6 +38,15 @@ Always prompt all parameters. Does not pull parameter values from active templat
|
||||
|
||||
Specify the directory to create from, use '-' to read tar from stdin.
|
||||
|
||||
### --ignore-lockfile
|
||||
|
||||
| | |
|
||||
| ------- | ------------------ |
|
||||
| Type | <code>bool</code> |
|
||||
| Default | <code>false</code> |
|
||||
|
||||
Ignore warnings about not having a .terraform.lock.hcl file present in the template.
|
||||
|
||||
### --name
|
||||
|
||||
| | |
|
||||
|
Reference in New Issue
Block a user