Schema definition for CLI apps in the Zapier Developer Platform.
This is the schema for Zapier integrations.
For documentation:
- Platform Docs
- CLI Reference
- Schema Reference
See CONTRIBUTING.md and ARCHITECTURE.md of this package in particular.
Useful commands:
- pnpm to install packages and get started
- pnpm lint to lint code
- pnpm test to run tests
- pnpm smoke-test to run smoke tests
- pnpm coverage to run tests and display test coverage
- pnpm validate to run tests, smoke tests, and linter
- pnpm export to update the exported-schema (even if only the version changes)
- pnpm docs to update docs (even if only the version changes)
- pnpm build to update docs and the exported-schema (even if only the version changes)
Only do this after merging your PR to main.
- pnpm version --[patch|minor|major] will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm