UNPKG

272 BJavaScriptView Raw
1//this file contains help docs for oauth command
2
3module.exports = {
4 intro: "Deploy custom oauth created by user",
5 example: "flow oauth deploy",
6 info: "Deploy custom oauth to Built.io Flow",
7 explanation: "This command will deploy custom oauth to Built.io Flow"
8}
9