mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
docs: explain --rich-parameter-file format (#14941)
This commit is contained in:
@ -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),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user