workspace
Linear workspace
Selects the stored workspace credentials used for this project.
Example: mycompanyProject configuration
Configure the current repository once so Linear CLI knows which workspace, team and version-control workflow to use. No information is submitted to LinearCli.com.
Run from the repository root
linear config
The CLI will guide you through the available project settings and write the selected values to a configuration file.
What the settings control
workspace
Selects the stored workspace credentials used for this project.
Example: mycompanyteam_id
Tells issue commands which Linear team should be used by default.
Example: ENGvcs
Chooses the repository workflow used to detect the current issue.
Git or Jujutsuissue_sort
Controls how issue lists are ordered when you work in the terminal.
Priority or manualGenerated project file
Your selections are stored as readable TOML settings. The exact values depend on your own workspace and repository.
Keep secrets out of project configuration. Use the authenticated system keyring instead of placing an API key inside a repository file.
workspace = "mycompany"
team_id = "ENG"
vcs = "git"
issue_sort = "priority"
Final check
linear issue mine
Your assigned issues should now appear in the terminal.
Configuration complete
LinearCli.com is an independent documentation reference and does not receive your workspace, configuration or API credentials.