2025-03-14 21:59:59 -06:00
|
|
|
# zapier build
|
|
|
|
|
|
|
|
|
|
> 构建一个可推送的 Zapier 集成 `zip` 文件。
|
|
|
|
|
> 更多信息:<https://platform.zapier.com/reference/cli#build>.
|
|
|
|
|
|
|
|
|
|
- 创建一个构建:
|
|
|
|
|
|
|
|
|
|
`zapier build`
|
|
|
|
|
|
|
|
|
|
- 禁用智能文件包含(只会包含 `index.js` 所需的文件):
|
|
|
|
|
|
|
|
|
|
`zapier build --disable-dependency-detection`
|
|
|
|
|
|
|
|
|
|
- 显示额外的调试输出:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`zapier build {{[-d|--debug]}}`
|