Twilio Autopilot CLI
A command line interface for managing Twilio Autopilot.
Installation
npm install @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 update --schema <file> [--profile <name>]
ta delete --assistant <assistant-sid> [--profile <name>]
ta export [--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.