Page cover

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):

  1. Run the following command in your terminal:

cldkctl organization edit
  1. Search for and select the appropriate country from the list

  2. Enter your organization’s phone number.

  3. Select the appropriate sales representative from the list.

  1. Type your city name.

  2. Type your region or province name.

  3. Enter the postal or ZIP code.

  1. Type the organization’s full address.

  2. Type a short description of your organization.

  3. 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):

  1. If you prefer to directly update specific fields, you can use command flags.

  1. 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

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-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