Skip to main content

targon org

Manage organizations and active organization context.

targon org <COMMAND>

Most resource commands require an active organization. Use targon org use <slug> to select one, or pass --org <slug> per command.

targon org list

List organizations you belong to. The active organization is marked in the table.

targon org list [--limit <N>] [--cursor <CURSOR>]

Default limit is 50.

targon org create

Create an organization.

targon org create --name <NAME> --slug <SLUG>

targon org use

Set the active organization for the current profile.

targon org use <SLUG>

Persists to config.toml for the active profile.

targon org get

Show the selected organization.

targon org get

targon org update

Update organization fields. Requires OWNER role.

targon org update [--name <NAME>] [--slug <SLUG>] [--billing-email <EMAIL>]

At least one flag is required. If the slug changes, the CLI updates the saved org context automatically.

targon org delete

Delete the selected organization. Requires OWNER role.

targon org delete [-y]

targon org credits

Show credit balance for the selected organization.

targon org credits

targon org wallet

Show wallet address for the selected organization.

targon org wallet