UNPKG

2.57 kBJSONView Raw
1{"version":"0.9.0","commands":{"deploy":{"id":"deploy","description":"Deploy Botonic project to hubtype.com","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic deploy\nBuilding...\nCreating bundle...\nUploading...\nπŸš€ Bot deployed!\n"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Force deploy despite of no changes. Disabled by default","allowNo":false},"command":{"name":"command","type":"option","char":"c","description":"Command to execute from the package \"scripts\" object"},"botName":{"name":"botName","type":"option"}},"args":[{"name":"bot_name"}]},"login":{"id":"login","description":"Log in to Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"logout":{"id":"logout","description":"Log out of Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"new":{"id":"new","description":"Create a new Botonic project","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic new test_bot\nCreating...\n✨ test_bot was successfully created!\n"],"flags":{},"args":[{"name":"name","description":"name of the bot folder","required":true},{"name":"templateName","description":"OPTIONAL name of the bot template","required":false}]},"serve":{"id":"serve","description":"Serve your bot in your localhost","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic serve\n> Project is running at http://localhost:8080/"],"flags":{},"args":[]},"test":{"id":"test","description":"Test your Botonic components","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["PASS tests/app.test.js\n βœ“ TEST: hi.js (10ms)\n βœ“ TEST: pizza.js (1ms)\n βœ“ TEST: sausage.js (1ms)\n βœ“ TEST: bacon.js\n βœ“ TEST: pasta.js (1ms)\n βœ“ TEST: cheese.js (1ms)\n βœ“ TEST: tomato.js\n\nTest Suites: 1 passed, 1 total\nTests: 7 passed, 7 total\nSnapshots: 0 total\nTime: 1.223s\nRan all test suites."],"flags":{},"args":[]},"train":{"id":"train","description":"Serve your bot in your localhost","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic train\n TRAINING MODEL FORΒ {LANGUAGE}...\n "],"flags":{"lang":{"name":"lang","type":"option"}},"args":[]}}}
\No newline at end of file