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

This commit is contained in:
Joobi S B
2024-10-09 10:04:24 +05:30
committed by GitHub
parent a0787b71a1
commit 26df33ac88
9 changed files with 13 additions and 9 deletions

View File

@ -58,7 +58,7 @@ func (wpf *workspaceParameterFlags) cliParameters() []serpent.Option {
serpent.Option{
Flag: "rich-parameter-file",
Env: "CODER_RICH_PARAMETER_FILE",
Description: "Specify a file path with values for rich parameters defined in the template.",
Description: "Specify a file path with values for rich parameters defined in the template. The file should be in YAML format, containing key-value pairs for the parameters.",
Value: serpent.StringOf(&wpf.richParameterFile),
},
}