MCPcopy Create free account
hub / github.com/auth0/auth0-cli / rolesOrganizationCmd

Function rolesOrganizationCmd

internal/cli/organizations.go:651–664  ·  view source on GitHub ↗
(cli *cli)

Source from the content-addressed store, hash-verified

649}
650
651func rolesOrganizationCmd(cli *cli) *cobra.Command {
652 cmd := &cobra.Command{
653 Use: "roles",
654 Short: "Manage roles of an organization",
655 Long: "Manage roles of an organization. To learn more about roles and their behavior, read " +
656 "[Role-based Access Control](https://auth0.com/docs/manage-users/access-control/rbac).",
657 }
658
659 cmd.SetUsageTemplate(resourceUsageTemplate())
660 cmd.AddCommand(listRolesOrganizationCmd(cli))
661 cmd.AddCommand(membersRolesOrganizationCmd(cli))
662
663 return cmd
664}
665
666func listRolesOrganizationCmd(cli *cli) *cobra.Command {
667 var inputs struct {

Callers 1

organizationsCmdFunction · 0.85

Calls 3

resourceUsageTemplateFunction · 0.85
listRolesOrganizationCmdFunction · 0.85

Tested by

no test coverage detected