mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
699 B
Plaintext
30 lines
699 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier validate
|
|
|
|
> Validate a Zapier integration.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#validate>.
|
|
|
|
- Validate an integration:
|
|
|
|
`zapier validate`
|
|
|
|
- Validate an integration without style checks:
|
|
|
|
`zapier validate --without-style`
|
|
|
|
- Validate an integration without running the build script:
|
|
|
|
`zapier validate --skip-build`
|
|
|
|
- Validate an integration with additional debug output:
|
|
|
|
`zapier validate {{[-d|--debug]}}`
|
|
|
|
- Validate an integration with a different output structure:
|
|
|
|
`zapier validate {{[-f|--format]}} {{plain|json|raw|row|table}}`
|