Skip to content

Commit

Permalink
DXCDT-288: Add perms alias for permissions subcommand (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Nov 30, 2022
1 parent 74172ff commit df9f14d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/cli/roles_permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ var (

func rolePermissionsCmd(cli *cli) *cobra.Command {
cmd := &cobra.Command{
Use: "permissions",
Short: "Manage permissions within the role resource",
Long: "Manage permissions within the role resource.",
Use: "permissions",
Short: "Manage permissions within the role resource",
Long: "Manage permissions within the role resource.",
Aliases: []string{"perms"},
}

cmd.SetUsageTemplate(resourceUsageTemplate())
Expand Down

0 comments on commit df9f14d

Please sign in to comment.