Skip to content

Commit 8c4e717

Browse files
committed
fix test
1 parent 990ce4e commit 8c4e717

4 files changed

+8
-4
lines changed

cli/testdata/coder_create_--help.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ OPTIONS:
2828

2929
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
3030
Specify a file path with values for rich parameters defined in the
31-
template.
31+
template. The file should be in YAML format, containing key-value
32+
pairs for the parameters.
3233

3334
--start-at string, $CODER_WORKSPACE_START_AT
3435
Specify the workspace autostart schedule. Check coder schedule start

cli/testdata/coder_restart_--help.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ OPTIONS:
2424

2525
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
2626
Specify a file path with values for rich parameters defined in the
27-
template.
27+
template. The file should be in YAML format, containing key-value
28+
pairs for the parameters.
2829

2930
-y, --yes bool
3031
Bypass prompts.

cli/testdata/coder_start_--help.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ OPTIONS:
2424

2525
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
2626
Specify a file path with values for rich parameters defined in the
27-
template.
27+
template. The file should be in YAML format, containing key-value
28+
pairs for the parameters.
2829

2930
-y, --yes bool
3031
Bypass prompts.

cli/testdata/coder_update_--help.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ OPTIONS:
2626

2727
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
2828
Specify a file path with values for rich parameters defined in the
29-
template.
29+
template. The file should be in YAML format, containing key-value
30+
pairs for the parameters.
3031

3132
———
3233
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)