Commands
lin org
Inspect and administer the organization
Inspect and administer the organization
lin org domain claim
Claim a verified domain
lin org domain claim <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin org domain create
Register a domain for the organization
lin org domain create| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | domain name (e.g. corp.com) |
lin org domain delete
Delete a domain (requires --confirm)
lin org domain delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | string | - | confirm the destructive action by repeating the resource id |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin org get
Show the organization
lin org getlin org invite create
Invite someone to the organization
lin org invite create| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--email | string | - | invitee email |
--role | string | - | role: admin, user or guest |
--teams | stringSlice | [] | team UUIDs (comma list) |
lin org invite delete
Revoke an invite
lin org invite delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin org invite list
List pending and accepted invites
lin org invite list| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--limit, -l | int | 50 | page size |
lin org update
Update organization settings (raw --json; admin only)
lin org update| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--name | string | - | organization name |