Commands
lin initiative
Create, inspect and manage initiatives
Create, inspect and manage initiatives
lin initiative add-label
add-label one label on an initiative without touching the rest of the set
lin initiative add-label <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--label | string | - | initiative label name or UUID |
lin initiative archive
Archive an initiative
lin initiative archive <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin initiative create
Create an initiative
lin initiative create| Flag | Type | Default | Description |
|---|---|---|---|
--body-file | string | - | read the text from a file ('-' reads stdin) |
--description | string | - | initiative description (markdown) |
--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 | - | initiative name (required) |
--owner | string | - | owner: email, UUID or "me" |
lin initiative delete
Move an initiative to trash (requires --confirm)
lin initiative delete <name|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 initiative get
Show one initiative
lin initiative get <name|id>lin initiative lead-team
Set or clear the lead team of an initiative
lin initiative lead-team <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--clear | bool | false | clear the lead team |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--team, -t | string | - | lead team key or UUID |
lin initiative link-project
Attach a project to an initiative
lin initiative link-project <initiative> <project>Example
lin initiative link-project "Q3 Growth" "Mobile app v2"| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin initiative list
List initiatives
lin initiative list| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--include-archived | bool | false | include archived initiatives |
--limit, -l | int | 50 | page size |
lin initiative relation add
Relate two initiatives
lin initiative relation add| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--initiative | string | - | source initiative name or UUID |
--related-initiative | string | - | target initiative name or UUID |
lin initiative relation remove
Remove an initiative relation
lin initiative relation remove <relation-id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin initiative remove-label
remove-label one label on an initiative without touching the rest of the set
lin initiative remove-label <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--label | string | - | initiative label name or UUID |
lin initiative unarchive
Unarchive an initiative
lin initiative unarchive <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin initiative unlink-project
Remove a project from an initiative (link UUID from link-project output)
lin initiative unlink-project <link-id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin initiative update
Update an initiative
lin initiative update <name|id>| Flag | Type | Default | Description |
|---|---|---|---|
--body-file | string | - | read the text from a file ('-' reads stdin) |
--description | string | - | initiative description (markdown) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | initiative name |
--owner | string | - | owner: email, UUID or "me" |