CLI
sazabi organizations
Command reference for sazabi organizations.
sazabi organizations — Manage organizations. Subcommands: list, create, use, rename.
sazabi organizations
Manage organizations
sazabi organizations <subcommand>sazabi organizations list # List available organizations
sazabi organizations use org_123 # Set the active organization
sazabi organizations rename "Observed Platform" # Rename the active organizationsazabi organizations list
List organizations available to the current credential
sazabi organizations list [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--json | boolean | No | Output as JSON |
--api-base-url | string | No | Override API base URL |
sazabi organizations list # List available organizationssazabi organizations create
Create an organization and make it the active one
sazabi organizations create [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--name | string | No | Organization display name (required) |
--json | boolean | No | Output as JSON |
--api-base-url | string | No | Override API base URL |
sazabi organizations create --name "Acme Corp" # Create an organizationsazabi organizations use
Set the active organization for future commands
sazabi organizations use [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--json | boolean | No | Output as JSON |
--api-base-url | string | No | Override API base URL |
sazabi organizations use org_123 # Set the active organizationsazabi organizations rename
Rename the active organization
sazabi organizations rename [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--organization-id | string | No | Override organization selection |
--json | boolean | No | Output as JSON |
--api-base-url | string | No | Override API base URL |
sazabi organizations rename "Observed Platform" # Rename the active organization