2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`zapier push {{[-d|--debug]}}`
|