1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 12:55:43 +02:00

zapier-build: add page (#14177)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Sadeed 2024-10-14 22:48:29 +05:00 committed by GitHub
parent 5910ebfff3
commit 721525ffac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# zapier build
> Build a pushable `zip` of a Zapier integration.
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#build>.
- Create a build:
`zapier build`
- Disable smart file inclusion (will only include files required by `index.js`):
`zapier build --disable-dependency-detection`
- Show extra debugging output:
`zapier build {{-d|--debug}}`