UNPKG

@dabblelab/plugin-autopilot

Version:

Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot

15 lines (14 loc) 304 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', hidden : false }, 'unique-name' : { type: 'string', describe: 'bot unique name', hidden : false } } exports.describe = `Export a bot schema`;