mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier push
|
|
|
|
> Build and upload a Zapier integration.
|
|
> More information: <https://platform.zapier.com/reference/cli#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]}}`
|