Please see relevant monorepo directory https://github.com/alan-eu/alan-apps/blob/master/backend/apps/eu_tools/eng_oncall_management
Linear's Zapier application.
yarn global add zapier-platform-cli
yarn
Zapier runs on AWS Lambda and requires Node 8. If you're running never version and don't have nvm
set up, you can always run yarn
with --ignore-engines
which disables Node version check.
yarn zapier-validate
- Validates Zapier app contentyarn zapier-push
- Deploys the app to Zapieryarn test
- Tests your app
For testing, save your envvars to .env
. .env.default
has the required variables listed for development/testing.
If you want to make changes and run your own version of this app, remove .zapierapprc
file and create a new Zapier app with zapier register "My app"
under your own Zapier account.
MIT