UNPKG

409 BJavaScriptView Raw
1//this file contains help docs for deploy command
2
3module.exports = {
4 intro: "Builds and deploys connector to Built.io Flow",
5 info: "Builds and deploys connector to Built.io Flow",
6 docs: "Build the current connector and uploads the zip for deploying to Built.io Flow server",
7 example: "flow deploy",
8 explanation: `Build the current connector and uploads the zip for deploying to Built.io Flow server `
9}