mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
365 B
Markdown
16 lines
365 B
Markdown
# 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}}`
|