UNPKG

367 BJavaScriptView Raw
1//this file contains help docs for versions command
2
3module.exports = {
4 intro: "Lists all the versions of your current connector ",
5 info: "Lists all the versions of your current connector ",
6 docs: "Lists all the versions of your current connector ",
7 example: "flow versions",
8 explanation: "It lists all the versions and their status of the current connector "
9}