2025-03-14 21:59:59 -06:00
|
|
|
# zapier build
|
|
|
|
|
|
|
|
|
|
> Build a pushable `zip` of a Zapier integration.
|
|
|
|
|
> More information: <https://platform.zapier.com/reference/cli#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:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`zapier build {{[-d|--debug]}}`
|