Skip to content

chore(cli): rename build options to ephemeral parameters in cli #15030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cli/parameter.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
defelmnq and mafredri authored Oct 13, 2024
commit 4313b7e5254c00116644e723773e11fbc725b2d0
2 changes: 1 addition & 1 deletion cli/parameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (wpf *workspaceParameterFlags) cliEphemeralParameters() []serpent.Option {
{
Flag: "prompt-ephemeral-parameters",
Env: "CODER_PROMPT_EPHEMERAL_PARAMETERS",
Description: "Prompt for values of ephemeral parameters described in the template.",
Description: "Prompt to set values of ephemeral parameters defined in the template. If a value has been set via --ephemeral-parameter, it will not be prompted for.",
Value: serpent.BoolOf(&wpf.promptEphemeralParameters),
},
}
Expand Down
Loading