This is the code that powers our Zapier Platform CLI. You'll want to head to that repo to see how it's used.
npm install
for getting startednpm test
for running unit testsnpm run local-integration-test
for running integration testsnpm run build-boilerplate -- --debug
for building abuild-boilerplate/*.zip
(if you want to test buildless locally)
npm version [patch|minor|major]
will pull, test, update schema version in dependencies for this package, update docs, increment version in package.json, push tags, and publish to npm