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:
Steven Masley
2023-07-14 09:48:02 -04:00
committed by GitHub
parent 5fd77ad7cf
commit 4c4d966c7b
5 changed files with 102 additions and 17 deletions

View File

@ -2,6 +2,10 @@ Usage: coder create [flags] [name]
Create a workspace
- Create a workspace for another user (if you have permission):
 $ coder create <username>/<workspace_name> 
Options
--build-options bool
Prompt for one-time build options defined with ephemeral parameters.