This Job retrieves all Linear issues and updated all Linear-related Tables. The Job is using Linear SDK.
This App is generated using @nrwl/node:application
. Check all targets at project.json
yarn nx run linear-sync-job:serve
:To run the script, requiresprotocol-api:serve
to be running.yarn nx run linear-sync-job:build
: to build the whole app.yarn nx run linear-sync-job:lint
DATABASE_URL
: URL references that Database cluster,govrn
.1API_KEY
: Linear API Key.PROTOCOL_URL
: link to gql endpoint:http://localhost:4000/graphql
PROTOCOL_API_TOKEN
: A token that corresponds to a token used in protocol_api
Footnotes
-
How to prepare
postgres
and getDATABASE_URL
go toprotocol-api
. ↩