Commands
lin team
Inspect and manage teams
Inspect and manage teams
lin team create
Create a team
lin team createExample
lin team create --name "Mobile" --key MOB| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | team color (hex) |
--copy-settings-from | string | - | team UUID to copy settings from |
--description | string | - | team description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--icon | string | - | team icon name |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--key | string | - | team key (issue prefix) |
--name | string | - | team name |
--private | bool | false | make the team private |
--timezone | string | - | team timezone (IANA name) |
lin team cycles-delete
Delete all cycle data for a team, disabling cycles (requires --confirm)
lin team cycles-delete <key|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 team delete
Archive a team and schedule its data for deletion (requires --confirm)
lin team delete <key|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 team get
Show one team
lin team get <key|id>Example
lin team get ENGlin team key-delete
Delete a previously used team key (not the active one, requires --confirm)
lin team key-delete <team-key-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 team list
List teams
lin team 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 team member add
Add a user to a team
lin team member addExample
lin team member add --team ENG --user [email protected] --owner| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--owner | bool | false | grant team owner role |
--team, -t | string | - | team key or UUID |
--user | string | - | user email, UUID or "me" |
lin team member list
List a team's memberships
lin team member 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 |
--team, -t | string | - | team key or UUID |
lin team member remove
Remove a user from a team
lin team member remove <membership-id>| Flag | Type | Default | Description |
|---|---|---|---|
--also-leave-parents | bool | false | also leave the parent teams |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin team member update
Update a team membership (ownership, sort order)
lin team member update <membership-id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--owner | bool | false | grant or revoke team owner role |
--sort-order | float64 | 0 | membership sort order |
lin team unarchive
Unarchive a team and cancel deletion
lin team unarchive <key|id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin team update
Update a team
lin team update <key|id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | team color (hex) |
--description | string | - | team description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--icon | string | - | team icon name |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--key | string | - | team key (issue prefix) |
--name | string | - | team name |
--private | bool | false | make the team private |
--timezone | string | - | team timezone (IANA name) |