UNPKG

@dabblelab/plugin-autopilot

Version:

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

22 lines (21 loc) 513 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', requiresArg : true, hidden : false }, 'unique-name' : { type: 'string', describe: 'unique name for the field type', requiresArg : true, hidden : false }, 'friendly-name' : { type: 'string', describe: 'friendly name for field type', hidden : false } } exports.describe = `Create a field type for a bot`;