Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-18 00:17:05 +00:00
parent 7d8d3edd4e
commit 90700a6458
4 changed files with 74 additions and 1 deletions

21
tldr/zapier-push Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# zapier push
> Build and upload a Zapier integration.
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#push>.
- Push an integration to Zapier:
`zapier push`
- Disable smart file inclusion (will only include files required by `index.js`):
`zapier push --disable-dependency-detection`
- Show extra debugging output:
`zapier push {{-d|--debug}}`