We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca260b1 commit e64813aCopy full SHA for e64813a
cli/testdata/coder_create_--help.golden
@@ -2,6 +2,10 @@ Usage: coder create [flags] [name]
2
3
Create a workspace
4
5
+- Create a workspace for another user (if you have permission):
6
+
7
+ [40m [0m[91;40m$ coder create <username>/<workspace_name>[0m[40m [0m
8
9
[1mOptions[0m
10
--rich-parameter-file string, $CODER_RICH_PARAMETER_FILE
11
Specify a file path with values for rich parameters defined in the
docs/cli/create.md
@@ -10,6 +10,14 @@ Create a workspace
coder create [flags] [name]
```
12
13
+## Description
14
15
+```console
16
+ - Create a workspace for another user (if you have permission):
17
18
+ $ coder create <username>/<workspace_name>
19
+```
20
21
## Options
22
23
### --rich-parameter-file
0 commit comments