mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 15:54:45 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/zapier-push
Normal file
21
tldr/zapier-push
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user