UNPKG

@dabblelab/plugin-autopilot

Version:

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

21 lines (20 loc) 481 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', requiresArg : true, hidden : false }, 'task-sid' : { type: 'string', describe: 'task sid', hidden : false }, 'properties': { type: 'string', default : 'sid, uniqueName, fieldType', describe: 'The Autopilot Assistant Task List' } } exports.describe = `List all fields of a task`;