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:
parent
f0fa205c37
commit
d94b6fd6b5
1 changed files with 16 additions and 0 deletions
16
pages/common/zapier-push.md
Normal file
16
pages/common/zapier-push.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue