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