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
Show file tree
Hide file tree
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
fix: remove hidden tag to build-option
  • Loading branch information
defelmnq committed Oct 9, 2024
commit 6986958979b430c1a33cfa20eb07b4f960b70765
1 change: 0 additions & 1 deletion cli/parameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func (wpf *workspaceParameterFlags) cliEphemeralParameters() []serpent.Option {
Env: "CODER_BUILD_OPTION",
Description: `Build option value in the format "name=value".`,
UseInstead: []serpent.Option{{Flag: "ephemeral-parameter"}},
Hidden: true,
Value: serpent.StringArrayOf(&wpf.ephemeralParameters),
},
// Deprecated - replaced with prompt-ephemeral-parameters
Expand Down
9 changes: 9 additions & 0 deletions docs/reference/cli/restart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/reference/cli/start.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/reference/cli/update.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading