New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@twilio/plugin-microvisor

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/plugin-microvisor

Interact with your Twilio Microvisor devices

  • 0.3.7-alpha.2
  • npm
  • Socket score

Version published
Weekly downloads
25
increased by733.33%
Maintainers
1
Weekly downloads
 
Created
Source

@twilio/plugin-microvisor

Interact with your Twilio Microvisor devices

  • Usage
  • Commands

Setup

Ensure you have twilio-cli installed.

Then run

twilio plugins:install @twilio/plugin-microvisor

Usage

$ twilio --help microvisor
USAGE
  $ twilio microvisor
...

Commands

twilio microvisor:apps:bundle ROM-FILE OUT

Foo

USAGE
  $ twilio microvisor:apps:bundle ROM-FILE OUT

ARGUMENTS
  ROM-FILE  Input ROM file.
  OUT       Output file for bundle zip.

OPTIONS
  -k, --debug-auth-pubkey=debug-auth-pubkey      Public key to be used for authentication while debugging
  -l=(debug|info|warn|error|none)                [default: info] Level of logging messages.
  -o=(columns|json|tsv|none)                     [default: columns] Format of command output.

  --connection-grace-time=connection-grace-time  [default: 0] Connection grace time (in seconds) for the Device running
                                                 this bundle as an App.

  --minimum-check-in-time=minimum-check-in-time  [default: 0] Time (in seconds) after which the Device running this
                                                 bundle autonomously reconnects to check for updates.

  --silent                                       Suppress  output and logs. This is a shorthand for "-l none -o none".

twilio microvisor:apps:create FILE [UNIQUENAME]

Create an App on the account

USAGE
  $ twilio microvisor:apps:create FILE [UNIQUENAME]

ARGUMENTS
  FILE        The App Bundle file
  UNIQUENAME  Unique name for the App

OPTIONS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  -o=(columns|json|tsv|none)       [default: columns] Format of command output.
  -p, --profile=profile            Shorthand identifier for your profile.
  --silent                         Suppress  output and logs. This is a shorthand for "-l none -o none".

twilio microvisor:debug DEVICESID DEBUGKEY

USAGE
  $ twilio microvisor:debug DEVICESID DEBUGKEY

ARGUMENTS
  DEVICESID  The Sid of the device you wish to debug
  DEBUGKEY   Filename containing debug authentication private key

OPTIONS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  -p, --profile=profile            Shorthand identifier for your profile.
  --listen-port=listen-port        [default: 8001] The port on which the debug tunnel should listen

twilio microvisor:debug:generate_keypair

USAGE
  $ twilio microvisor:debug:generate_keypair

OPTIONS
  -f, --force
  -l=(debug|info|warn|error|none)          [default: info] Level of logging messages.
  -p, --profile=profile                    Shorthand identifier for your profile.
  --debug-auth-privkey=debug-auth-privkey  [default: debug-private-key.pem] Private key output filename
  --debug-auth-pubkey=debug-auth-pubkey    [default: debug-public-key.pem] Public key output filename

twilio microvisor:logs:stream DEVICESID

USAGE
  $ twilio microvisor:logs:stream DEVICESID

ARGUMENTS
  DEVICESID  The Sid of the device you wish to stream logging from

OPTIONS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  -o=(json|text)                   [default: text] Format of command output.
  -p, --profile=profile            Shorthand identifier for your profile.

Keywords

FAQs

Package last updated on 20 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc