Organizations¶
Manage organizations.
Aliases: organization, org, orgs
List Organizations¶
Alias: ls
Lists all organizations you belong to. Only requires a token (no --org-id needed).
Get Organization Details¶
If no org-id is provided, uses the configured org-id.
Create Organization¶
Flags¶
| Flag | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Organization name |
--street | string | No | Street address |
--city | string | No | City |
--postal-code | string | No | Postal code |
--country | string | No | Country |
--state | string | No | State/Province |
Update Organization¶
If no org-id is provided, uses the configured org-id. Accepts the same address flags as create.
Delete Organization¶
Features¶
Manage organization feature flags.
Get Features¶
Set Feature¶
Examples¶
# List all organizations
bnerd org list
# Get current org details
bnerd org get
# Create with address
bnerd org create --name "ACME Corp" \
--street "123 Main St" \
--city "Munich" \
--postal-code "80331" \
--country "DE"
# Update name
bnerd org update --name "New Name"
# View features
bnerd org features get
TUI Equivalent¶
In the interactive TUI (bnerd x), use the :organizations or :org command.