mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder create [flags] [name]
|
|
|
|
Create a workspace
|
|
|
|
- Create a workspace for another user (if you have permission):
|
|
|
|
$ coder create <username>/<workspace_name>
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m--[0m[96mparameter[0m string-array, [96m$CODER_RICH_PARAMETER[0m
|
|
Rich parameter value in the format "name=value".
|
|
|
|
[96m--[0m[96mrich-parameter-file[0m string, [96m$CODER_RICH_PARAMETER_FILE[0m
|
|
Specify a file path with values for rich parameters defined in the
|
|
template.
|
|
|
|
[96m--[0m[96mstart-at[0m string, [96m$CODER_WORKSPACE_START_AT[0m
|
|
Specify the workspace autostart schedule. Check coder schedule start
|
|
--help for the syntax.
|
|
|
|
[96m--[0m[96mstop-after[0m duration, [96m$CODER_WORKSPACE_STOP_AFTER[0m
|
|
Specify a duration after which the workspace should shut down (e.g.
|
|
8h).
|
|
|
|
[96m-[0m[96mt[0m, [96m--[0m[96mtemplate[0m string, [96m$CODER_TEMPLATE_NAME[0m
|
|
Specify a template name.
|
|
|
|
[96m-[0m[96my[0m, [96m--[0m[96myes[0m bool
|
|
Bypass prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|