Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-14 00:19:04 +00:00
parent 1111290472
commit 220486abce
43 changed files with 289 additions and 47 deletions

29
tldr/zapier-validate Normal file
View 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}}`