mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
e3ce3c342a
The API endpoints existed for this already, so this PR just adds CLI functionality which uses those API endpoints. closes #21891 Generated with the help of Mux
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations delete [flags] <organization_name_or_id>
|
|
|
|
Delete an organization
|
|
|
|
Aliases: rm
|
|
|
|
OPTIONS:
|
|
-y, --yes bool
|
|
Bypass confirmation prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|