mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/zapier-validate
Normal file
29
tldr/zapier-validate
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user