Skip to content

chore: unhide multi-organization cli commands #14693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update golden files
  • Loading branch information
Emyrk committed Sep 16, 2024
commit 89f8f365f20eb47af39bdcc3baa0a8ac9834588b
1 change: 1 addition & 0 deletions enterprise/cli/testdata/coder_provisionerd_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ USAGE:
Aliases: provisioner

SUBCOMMANDS:
keys Manage provisioner keys
start Run a provisioner daemon

———
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USAGE:
SUBCOMMANDS:
create Create a new provisioner key
delete Delete a provisioner key
list List provisioner keys
list List provisioner keys in an organization

———
Run `coder --help` for a list of global options.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ OPTIONS:
-O, --org string, $CODER_ORGANIZATION
Select which organization (uuid or name) to use.

-t, --tag string-array, $CODER_PROVISIONERD_TAGS
Tags to filter provisioner jobs by.

———
Run `coder --help` for a list of global options.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coder v0.0.0-devel
USAGE:
coder provisionerd keys list [flags]

List provisioner keys
List provisioner keys in an organization

Aliases: ls

Expand Down
Loading