mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add ability to make workspace for other user from cli (#8481)
* feat: add ability to make workspace for other user from cli * Add example to show functionality
This commit is contained in:
4
cli/testdata/coder_create_--help.golden
vendored
4
cli/testdata/coder_create_--help.golden
vendored
@ -2,6 +2,10 @@ Usage: coder create [flags] [name]
|
||||
|
||||
Create a workspace
|
||||
|
||||
- Create a workspace for another user (if you have permission):
|
||||
|
||||
[40m [0m[91;40m$ coder create <username>/<workspace_name>[0m[40m [0m
|
||||
|
||||
[1mOptions[0m
|
||||
--build-options bool
|
||||
Prompt for one-time build options defined with ephemeral parameters.
|
||||
|
Reference in New Issue
Block a user