Commands
lin external-link
Manage external links pinned on entities
Manage external links pinned on entities
lin external-link create
Pin an external link on an entity
lin external-link createExample
lin external-link create --url https://wiki.corp/spec --label Spec --project <uuid>| Flag | Type | Default | Description |
|---|---|---|---|
--cycle | string | - | cycle UUID |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--initiative | string | - | initiative UUID |
--label | string | - | link label |
--project | string | - | project UUID |
--release | string | - | release UUID |
--team | string | - | team UUID |
--url | string | - | link URL |
lin external-link delete
Delete an external link
lin external-link delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin external-link update
Update an external link
lin external-link update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--label | string | - | link label |
--url | string | - | link URL |