mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
21 lines
483 B
Plaintext
21 lines
483 B
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder delete [flags] <workspace>
|
|
|
|
Delete a workspace
|
|
|
|
Aliases: rm
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m--[0m[96morphan[0m bool
|
|
Delete a workspace without deleting its resources. This can delete a
|
|
workspace in a broken state, but may also lead to unaccounted cloud
|
|
resources.
|
|
|
|
[96m-[0m[96my[0m, [96m--[0m[96myes[0m bool
|
|
Bypass prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|