Twilio Autopilot CLI
A command line interface for managing Twilio Autopilot.
After installing you'll be able to:
- Create an assistant
- Export an existing assistant to a json file
- Update an existing assistant with a json file
- Delete an assistant
Installation
npm install -g @twilio/autopilot-cli
Usage
Usage:
ta init --account <account-sid> --token <auth-token> [--profile <name>]
ta list [--profile <name>]
ta create [--schema <file>] [--profile <profile-name>]
ta export [--profile <name>]
ta update --schema <file> [--profile <name>]
ta delete --assistant <assistant-sid> [--profile <name>]
Options:
-h --help Help Screen
-v --version CLI Version
--account Twilio Account SID
--token Twilio Auth Token
--schema Autopilot Schema File
--assistant Twilio Autopilot Assistant SID
Contributing
Checkout the main repository for the project
Contributors
Thank you to all the contributors to this project. Please check the main repository to see all contributors.
About Twilio Autopilot
Learn more about Twilio Autopilot here.