UNPKG

389 BJavaScriptView Raw
1//this file contains help docs for init command
2
3module.exports = {
4 intro: "Creates a scaffolding for a new trigger, action and lookup",
5 info: "Creates a scaffolding for a new trigger, action and lookup",
6 docs: "Creates scaffolding for all entities",
7 example: "flow create action|trigger|lookup <name>",
8 explanation: `It creates a scaffolding for a new trigger, action and lookup `
9}