delineate¶
This package provides a command line tool to backup and export data from Linear.
Quickstart¶
Make sure you have
uvinstalled.Install
delineateas a tool:uv tool install -U delineate
Create a Linear API key:
Go to Linear’s API settings.
Under Personal API keys, click Create key, give it a name, and copy the key.
Authenticate:
delineate auth
Paste your API key when prompted.
Export your data:
delineate export --path ~/linear-backup
Your Linear data is now saved. You can later update your export with:
delineate export --path ~/linear-backup --update
Full documentation is provided here: