mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 10:55:52 +02:00
zapier-build: add page (#14177)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
5910ebfff3
commit
721525ffac
1 changed files with 16 additions and 0 deletions
16
pages/common/zapier-build.md
Normal file
16
pages/common/zapier-build.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue