1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 07:55:24 +02:00

zapier-push: add page (#14175)

This commit is contained in:
Sadeed 2024-10-17 09:40:03 +05:00 committed by GitHub
parent f0fa205c37
commit d94b6fd6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# 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}}`