mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5cc5bbea04
What this changes: - Unhides the `--key` flag on provisioner start - Deprecates and hides `provisionerd` command group in favor of `provisioner(s)` - Removes org id from `coder provisioner keys list`
19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder provisioner keys delete [flags] <name>
|
|
|
|
Delete a provisioner key
|
|
|
|
Aliases: rm
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
-y, --yes bool
|
|
Bypass prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|