mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
492 B
Plaintext
22 lines
492 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier test
|
|
|
|
> Test a Zapier integration via the `test` script in your `package.json`.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#test>.
|
|
|
|
- Test an integration:
|
|
|
|
`zapier test`
|
|
|
|
- Test an integration while skipping validation:
|
|
|
|
`zapier test --skip-validate`
|
|
|
|
- Test an integration with additional debug output:
|
|
|
|
`zapier test {{[-d|--debug]}}`
|