diff --git a/pages/common/zapier-push.md b/pages/common/zapier-push.md new file mode 100644 index 0000000000..515e24618c --- /dev/null +++ b/pages/common/zapier-push.md @@ -0,0 +1,16 @@ +# zapier push + +> Build and upload a Zapier integration. +> More information: . + +- Push an integration to Zapier: + +`zapier push` + +- Disable smart file inclusion (will only include files required by `index.js`): + +`zapier push --disable-dependency-detection` + +- Show extra debugging output: + +`zapier push {{-d|--debug}}`