mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat!: drop support for legacy parameters (#7663)
This commit is contained in:
-3
@@ -3,9 +3,6 @@ Usage: coder create [flags] [name]
|
||||
Create a workspace
|
||||
|
||||
[1mOptions[0m
|
||||
--parameter-file string, $CODER_PARAMETER_FILE
|
||||
Specify a file path with parameter values.
|
||||
|
||||
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
|
||||
Specify a file path with values for rich parameters defined in the
|
||||
template.
|
||||
|
||||
@@ -61,15 +61,6 @@ It is recommended that all rate limits are disabled on the server before running
|
||||
Output format specs in the format "<format>[:<path>]". Not specifying
|
||||
a path will default to stdout. Available formats: text, json.
|
||||
|
||||
--parameter string-array, $CODER_SCALETEST_PARAMETERS
|
||||
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 string, $CODER_SCALETEST_PARAMETERS_FILE
|
||||
Path to a YAML file containing the parameters to use for each
|
||||
workspace.
|
||||
|
||||
--run-command string, $CODER_SCALETEST_RUN_COMMAND
|
||||
Command to run inside each workspace using reconnecting-pty (i.e. web
|
||||
terminal protocol). If not specified, no command will be run.
|
||||
|
||||
@@ -17,9 +17,6 @@ Create a template from the current directory or as specified by flag
|
||||
Specify an inactivity TTL for workspaces created from this template.
|
||||
This licensed feature's default is 0h (off).
|
||||
|
||||
--parameter-file string
|
||||
Specify a file path with parameter values.
|
||||
|
||||
--provisioner-tag string-array
|
||||
Specify a set of tags to target provisioner daemons.
|
||||
|
||||
|
||||
@@ -14,9 +14,6 @@ Push a new template version from the current directory or as specified by flag
|
||||
Specify a name for the new template version. It will be automatically
|
||||
generated if not provided.
|
||||
|
||||
--parameter-file string
|
||||
Specify a file path with parameter values.
|
||||
|
||||
--provisioner-tag string-array
|
||||
Specify a set of tags to target provisioner daemons.
|
||||
|
||||
|
||||
-3
@@ -9,9 +9,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 string, $CODER_PARAMETER_FILE
|
||||
Specify a file path with parameter values.
|
||||
|
||||
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
|
||||
Specify a file path with values for rich parameters defined in the
|
||||
template.
|
||||
|
||||
Reference in New Issue
Block a user