edit
The cldkctl organization role edit command updates the permissions, services, and other details associated with a specific role in the organization. This command is useful when you need to modify a role’s name, description, or access privileges without creating a new role.
Usage
cldkctl organization role edit [role_id] [flags]Steps
Follow the steps below to run and view the result of this command:

Identify the Role ID of the role you want to modify. Refer to the Organization Role List section to view all Role IDs.
Run the command below to update the role’s name, description, or service privileges
./cldkctl billing daily detailReplace <role_id> with the ID of the role you wish to edit.
Add the relevant flags such as
--name, --description, --editor, or --viewerto specify the new details or permissions.After running the command, wait for the CLI to confirm that the role has been successfully updated
Flags
This command supports refer to the Global Flags section for details.
-d, --description string
Description of the role.
--editor strings
List of services with Editor privileges.
-h, --help
Help for the edit subcommand.
-n, --name string
Full name of the role.
--viewer strings
List of services with Viewer privileges.
Last updated
