Socket
Socket
Sign inDemoInstall

@twilio/autopilot-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc