@twilio/autopilot-cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@twilio/autopilot-cli", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Twilio Autopilot Command Line Interface ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,5 +6,12 @@ Twilio Autopilot CLI | ||
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 @twilio/autopilot-cli` | ||
`npm install -g @twilio/autopilot-cli` | ||
@@ -18,6 +25,7 @@ ## Usage | ||
ta create [--schema <file>] [--profile <profile-name>] | ||
ta export [--profile <name>] | ||
ta update --schema <file> [--profile <name>] | ||
ta delete --assistant <assistant-sid> [--profile <name>] | ||
ta export [--profile <name>] | ||
Options: | ||
@@ -24,0 +32,0 @@ -h --help Help Screen |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1936
50