docs: explain --rich-parameter-file format (#14941)

This commit is contained in:
Joobi S B
2024-10-09 09:34:24 +05:00
committed by GitHub
parent a0787b71a1
commit 26df33ac88
9 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ OPTIONS:
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
Specify a file path with values for rich parameters defined in the
template.
template. The file should be in YAML format, containing key-value
pairs for the parameters.
--start-at string, $CODER_WORKSPACE_START_AT
Specify the workspace autostart schedule. Check coder schedule start
+2 -1
View File
@@ -24,7 +24,8 @@ OPTIONS:
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
Specify a file path with values for rich parameters defined in the
template.
template. The file should be in YAML format, containing key-value
pairs for the parameters.
-y, --yes bool
Bypass prompts.
+2 -1
View File
@@ -24,7 +24,8 @@ OPTIONS:
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
Specify a file path with values for rich parameters defined in the
template.
template. The file should be in YAML format, containing key-value
pairs for the parameters.
-y, --yes bool
Bypass prompts.
+2 -1
View File
@@ -26,7 +26,8 @@ OPTIONS:
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
Specify a file path with values for rich parameters defined in the
template.
template. The file should be in YAML format, containing key-value
pairs for the parameters.
———
Run `coder --help` for a list of global options.