auth0 roles update
Update a role.
To update interactively, use auth0 roles update
with no arguments.
To update non-interactively, supply the role id, name and description through the flags.
Usage
auth0 roles update [flags]
Examples
auth0 roles update
auth0 roles update <role-id> --name myrole
auth0 roles update <role-id> --name myrole --description "awesome role"
auth0 roles update <role-id> -n myrole -d "awesome role" --json
Flags
-d, --description string Description of the role.
--json Output in json format.
-n, --name string Name of the role.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 roles create - Create a new role
- auth0 roles delete - Delete a role
- auth0 roles list - List your roles
- auth0 roles permissions - Manage permissions within the role resource
- auth0 roles show - Show a role
- auth0 roles update - Update a role