UNPKG

@dabblelab/plugin-autopilot

Version:

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

22 lines (21 loc) 526 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', requiresArg : true, hidden : false }, 'file-name' : { type: 'string', describe: 'a CSV file of field values (one on each row with synonyms in columns)', requiresArg : true, hidden : false }, 'field-type-sid' : { type: 'string', describe: 'field type SID', hidden : false } } exports.describe = `Upload FieldValues`;