Skip to content

feat(cli): create workspace using parameters from existing workspace #10604

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 10 commits into from
Nov 9, 2023
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
Fix default
  • Loading branch information
mtojek committed Nov 9, 2023
commit 4c9c77e6e91dd0b275f229a595887c27f221be87
1 change: 0 additions & 1 deletion cli/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func (r *RootCmd) create() *clibase.Cmd {
Flag: "copy-parameters",
Env: "CODER_WORKSPACE_COPY_PARAMETERS",
Description: "Specify the source workspace name to copy parameters from.",
Default: string(codersdk.AutomaticUpdatesNever),
Value: clibase.StringOf(&copyParameters),
},
cliui.SkipPromptOption(),
Expand Down