edit
The organization edit command allows administrators to update their organization’s details such as address, city, region, postal code, phone number, and description. You can either modify these details interactively through a Text User Interface (TUI) or directly using flags for specific fields. If you need to update fields like Country or Sales, use the TUI mode (run the command without flags)
Usage
cldkctl organization edit [flags]Steps
Option 1 — Interactive Mode (TUI):
Run the following command in your terminal:
cldkctl organization editSearch for and select the appropriate country from the list
Enter your organization’s phone number.
Select the appropriate sales representative from the list.

Type your city name.
Type your region or province name.
Enter the postal or ZIP code.

Type the organization’s full address.
Type a short description of your organization.
Once all fields are completed, a confirmation prompt will appear. Press Y to save the changes or N to cancel.

Option 2 — Using Flags (Non-Interactive Mode):
If you prefer to directly update specific fields, you can use command flags.
You can also update multiple fields simultaneously by combining flags in a single command. Each flag corresponds to a profile field, and all provided values will be updated together.

Flags
-a, --help
Update organization address.
-c, --help
Update city name.
-d, --help
Update organization description.
-h, --help
Help for the organization edit subcommand.
-p, --help
Update business phone number.
-r, --help
Update region or province.
-z, --help
Update postal or ZIP code.
Last updated
