Skip to main content
Save a Linear Personal API key so commands that interact with Linear, such as issue:pull and issue:push, can authenticate. The key is written as block-style YAML to ~/.talos/credentials/linear.yml under the default profile. Create a Personal API key at linear.app/settings/api.

Usage

talos linear:credentials:create [options]

Examples

Run with no flags to be prompted for the key (input is hidden):
talos linear:credentials:create
Provide the key non-interactively:
talos linear:credentials:create --token=lin_api_xxxxxxxxxxxxxxxx

Options

OptionDescriptionDefault
--tokenLinear Personal API key to store.Prompted if omitted
--silentSuppress the instructional message and the saved-to confirmation.false