edit
Update a member’s details, such as their assigned projects, phone number, or role within the organization. This command can be executed interactively (TUI) or directly using flags.
Usage
cldkctl organization member edit [user_id] [flags]Steps
Option 1 — Interactive Mode (TUI):

Run the following command in your terminal
./cldkctl organization member editPhone Number
Type your phone number directly.
Press Enter to continue.
Project
Use ↑ or ↓ arrows to navigate through the list of available projects.
Type / to filter and quickly find a specific project.
Press Enter to select the desired project and move to the next field.
Role
Use ↑ / ↓ to navigate through the available roles.
Press Enter to select and proceed.
Confirmation
Use When all fields are filled, you will see the prompt
Save organization profile? [Confirm / Cancel]Press Y to confirm and save changes or N to cancel and discard changes.
Navigation Tabs
Shift + Tab to move back to the previous field.
Enter to go to the next field.
Option 2 — Using Flags (Non-Interactive Mode):

If you prefer to directly update specific fields, you can use command flags.
./cldkctl organization edit --address "Jl. Testing No. 123456, DKI Jakarta"
Flags
This command supports refer to the Global Flags section for details
-h, --help
Help for the edit.
--phone string
Phone number of the member.
-p, --project-id strings
Project ID(s) to assign to the member.
-r, --role-id int
Role ID to assign to the member.
Last updated
