mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat!: drop support for legacy parameters (#7663)
This commit is contained in:
@ -12,15 +12,6 @@ coder create [flags] [name]
|
||||
|
||||
## Options
|
||||
|
||||
### --parameter-file
|
||||
|
||||
| | |
|
||||
| ----------- | ---------------------------------- |
|
||||
| Type | <code>string</code> |
|
||||
| Environment | <code>$CODER_PARAMETER_FILE</code> |
|
||||
|
||||
Specify a file path with parameter values.
|
||||
|
||||
### --rich-parameter-file
|
||||
|
||||
| | |
|
||||
|
@ -164,24 +164,6 @@ Do not wait for agents to start before marking the test as succeeded. This can b
|
||||
|
||||
Output format specs in the format "<format>[:<path>]". Not specifying a path will default to stdout. Available formats: text, json.
|
||||
|
||||
### --parameter
|
||||
|
||||
| | |
|
||||
| ----------- | ---------------------------------------- |
|
||||
| Type | <code>string-array</code> |
|
||||
| Environment | <code>$CODER_SCALETEST_PARAMETERS</code> |
|
||||
|
||||
Parameters to use for each workspace. Can be specified multiple times. Overrides any existing parameters with the same name from --parameters-file. Format: key=value.
|
||||
|
||||
### --parameters-file
|
||||
|
||||
| | |
|
||||
| ----------- | --------------------------------------------- |
|
||||
| Type | <code>string</code> |
|
||||
| Environment | <code>$CODER_SCALETEST_PARAMETERS_FILE</code> |
|
||||
|
||||
Path to a YAML file containing the parameters to use for each workspace.
|
||||
|
||||
### --run-command
|
||||
|
||||
| | |
|
||||
|
@ -48,14 +48,6 @@ Specify a failure TTL for workspaces created from this template. This licensed f
|
||||
|
||||
Specify an inactivity TTL for workspaces created from this template. This licensed feature's default is 0h (off).
|
||||
|
||||
### --parameter-file
|
||||
|
||||
| | |
|
||||
| ---- | ------------------- |
|
||||
| Type | <code>string</code> |
|
||||
|
||||
Specify a file path with parameter values.
|
||||
|
||||
### --provisioner-tag
|
||||
|
||||
| | |
|
||||
|
@ -37,14 +37,6 @@ Specify the directory to create from, use '-' to read tar from stdin.
|
||||
|
||||
Specify a name for the new template version. It will be automatically generated if not provided.
|
||||
|
||||
### --parameter-file
|
||||
|
||||
| | |
|
||||
| ---- | ------------------- |
|
||||
| Type | <code>string</code> |
|
||||
|
||||
Specify a file path with parameter values.
|
||||
|
||||
### --provisioner-tag
|
||||
|
||||
| | |
|
||||
|
@ -26,15 +26,6 @@ Use --always-prompt to change the parameter values of the workspace.
|
||||
|
||||
Always prompt all parameters. Does not pull parameter values from existing workspace.
|
||||
|
||||
### --parameter-file
|
||||
|
||||
| | |
|
||||
| ----------- | ---------------------------------- |
|
||||
| Type | <code>string</code> |
|
||||
| Environment | <code>$CODER_PARAMETER_FILE</code> |
|
||||
|
||||
Specify a file path with parameter values.
|
||||
|
||||
### --rich-parameter-file
|
||||
|
||||
| | |
|
||||
|
Reference in New Issue
Block a user