mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 10:47:00 +00:00
22 lines
459 B
Plaintext
22 lines
459 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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:
|
|
|
|
`zapier build {{[-d|--debug]}}`
|