Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion stacklet/client/platform/commands/accountgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class RemoveAccountGroupItem(StackletGraphqlSnippet):
parameter_types = {"provider": "CloudProvider!"}


@click.group(short_help="Run account group queries/mutations")
@click.group("account-group", short_help="Run account group queries/mutations")
@default_options()
@click.pass_context
def account_group(*args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion stacklet/client/platform/commands/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def add(ctx, username, password, email=None, phone_number=None, permanent=True):
)


@user.command()
@user.command("ensure-group")
@click.option("--username", required=True, help="the user to add to the group")
@click.option(
"--group", required=True, help="the group to add the user to (if it exists)"
Expand Down