auth0 / auth0-deploy-cli

The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
MIT License
236 stars 147 forks source link

Add id to roles to be able to change their name #901

Open maronte opened 2 months ago

maronte commented 2 months ago

Checklist

Describe the problem you'd like to have solved

I want to rename roles. I know that it can be done with auth0 api but not in auth0-deploy-cli because roles are identified by name. It could be great that roles can be identified by name or by id to be able to rename it.

Describe the ideal solution

Example: roles:

Alternatives and current workarounds

No response

Additional context

No response