{"version":"0.4.1","commands":{"deploy":{"id":"deploy","description":"Deploy Botonic project to botonic.io cloud","pluginName":"botonic","pluginType":"core","aliases":[],"examples":["$ botonic deploy\nBuilding...\nCreating bundle...\nUploading...\n🚀 Bot deployed!\n"],"flags":{},"args":[{"name":"bot_name"}]},"input":{"id":"input","description":"Get response from a single input","pluginName":"botonic","pluginType":"core","aliases":[],"examples":["$ botonic input \"{\\\"type\\\": \\\"text\\\", \\\"data\\\": \\\"hi\\\"}\"\nHello!\n"],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."},"context":{"name":"context","type":"option","char":"c","description":"Context of current session"},"route":{"name":"route","type":"option","char":"r","description":"Route of the current bot state."}},"args":[{"name":"input","required":true}]},"login":{"id":"login","description":"Log in to Botonic","pluginName":"botonic","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","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","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}]},"run":{"id":"run","description":"Start interactive session","pluginName":"botonic","pluginType":"core","aliases":[],"examples":["$ botonic run\nYour bot is ready, start talking:\n[you] > Hi\n[bot] > Bye!\n"],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[{"name":"input"}]},"webview":{"id":"webview","description":"Get response from a single input","pluginName":"botonic","pluginType":"core","aliases":[],"examples":["$ botonic webview webview_hello\"\nHello!\n"],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."},"context":{"name":"context","type":"option","char":"c","description":"Context of current session"}},"args":[{"name":"webview_page","required":true}]}}}