Huge News!Announcing our $40M Series B led by Abstract Ventures.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.13
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
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:about

About Microvisor...

USAGE
  $ twilio microvisor:about [-l debug|info|warn|error|none]

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  About Microvisor...

twilio microvisor:apps:bundle ROM-FILE OUT

Manage app bundles

USAGE
  $ twilio microvisor:apps:bundle ROM-FILE OUT [-l debug|info|warn|error|none] [-k <value>] [--connection-grace-time
    <value>] [--minimum-check-in-time <value>]

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

FLAGS
  -k, --debug-auth-pubkey=<value>  Public key to be used for authentication while debugging
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  --connection-grace-time=<value>  Connection grace time (in seconds) for the Device running this bundle as an App.
  --minimum-check-in-time=<value>  Time (in seconds) after which the Device running this bundle autonomously reconnects
                                   to check for updates.

DESCRIPTION
  Manage app bundles

twilio microvisor:apps:create FILE [UNIQUENAME]

Create an App on the account

USAGE
  $ twilio microvisor:apps:create FILE [UNIQUENAME] [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent]
    [-p <value>] [--properties <value>] [-b <value>]

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

FLAGS
  -b, --bundle-out=<value>         Path to store the signed bundle to
  -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=<value>            Shorthand identifier for your profile.
  --properties=<value>             [default: sid, unique_name, hash] The app properties you would like to display (JSON
                                   output always shows all properties).
  --silent                         Suppress  output and logs. This is a shorthand for "-l none -o none".

DESCRIPTION
  Create an App on the account

twilio microvisor:debug DEVICESID DEBUGKEY

USAGE
  $ twilio microvisor:debug DEVICESID DEBUGKEY [-l debug|info|warn|error|none] [-p <value>] [--listen-port <value>]

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

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

twilio microvisor:debug:generate_keypair

USAGE
  $ twilio microvisor:debug:generate_keypair [-l debug|info|warn|error|none] [-p <value>] [--debug-auth-privkey <value>]
    [--debug-auth-pubkey <value>] [-f]

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

twilio microvisor:deploy PROJECTPATH

Build and/or deploy a Microvisor application using the standard Microvisor CMake-based workflow

USAGE
  $ twilio microvisor:deploy PROJECTPATH [-l debug|info|warn|error|none] [--privatekey <value>] [--publickey <value>]
    [--devicesid <value>] [-c] [-b] [-d] [--log] [--logonly] [--genkeys]

ARGUMENTS
  PROJECTPATH  The path to the project directory

FLAGS
  -b, --build                      Build without deploying
  -c, --clean                      Clean the build folder first
  -d, --deploy                     Deploy the most recent build without rebuilding
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  --devicesid=<value>              [default: NONE] The SID of the device to which you will upload the build
  --genkeys                        Generate remote debugging keys
  --log                            Start logging after a deploy and/or build
  --logonly                        Start logging immediately without building or deploying
  --privatekey=<value>             [default: NONE] Path to your private key
  --publickey=<value>              [default: NONE] Path to your public key

DESCRIPTION
  Build and/or deploy a Microvisor application using the standard Microvisor CMake-based workflow

twilio microvisor:factory:image OUT

Create SPI flash image for Microvisor factory process

USAGE
  $ twilio microvisor:factory:image OUT [-l debug|info|warn|error|none] [--purpose factory|application|kernel|custom]
    [--application <value>] [--application-test <value>] [--microvisor-test <value>] [--microvisor <value>]

ARGUMENTS
  OUT  Output file for file system image.

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  --application=<value>            Path to application bundle
  --application-test=<value>       Path to test application bundle.
  --microvisor=<value>             Path to microvisor kernel bundle.
  --microvisor-test=<value>        Path to microvisor test bundle.
  --purpose=<option>               [default: factory] What the image is for: factory process, application sideloading,
                                   kernel sideloading or a custom image
                                   <options: factory|application|kernel|custom>

DESCRIPTION
  Create SPI flash image for Microvisor factory process

twilio microvisor:info:sid DEVICEPATH

Get a device's SID

USAGE
  $ twilio microvisor:info:sid DEVICEPATH [-l debug|info|warn|error|none]

ARGUMENTS
  DEVICEPATH  The path to the device file or COM port

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  Get a device's SID

twilio microvisor:info:version DEVICEPATH

Get a device's Microvisor version

USAGE
  $ twilio microvisor:info:version DEVICEPATH [-l debug|info|warn|error|none]

ARGUMENTS
  DEVICEPATH  The path to the device file or COM port

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  Get a device's Microvisor version

twilio microvisor:logs:stream DEVICESID

USAGE
  $ twilio microvisor:logs:stream DEVICESID [-l debug|info|warn|error|none] [-p <value>] [-o json|text]

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

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

twilio microvisor:wificonfig:clear DEVICEPATH

Clear a Microvisor device's WiFi credentials, if set

USAGE
  $ twilio microvisor:wificonfig:clear DEVICEPATH [-l debug|info|warn|error|none]

ARGUMENTS
  DEVICEPATH  The path to the device file or COM port

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  Clear a Microvisor device's WiFi credentials, if set

twilio microvisor:wificonfig:get DEVICEPATH

Get a Microvisor device's WiFi credentials, if set

USAGE
  $ twilio microvisor:wificonfig:get DEVICEPATH [-l debug|info|warn|error|none]

ARGUMENTS
  DEVICEPATH  The path to the device file or COM port

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  Get a Microvisor device's WiFi credentials, if set

twilio microvisor:wificonfig:ports

List possible connected Microvisor devices' Unix paths

USAGE
  $ twilio microvisor:wificonfig:ports [-l debug|info|warn|error|none]

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  List possible connected Microvisor devices' Unix paths

twilio microvisor:wificonfig:set WIFISSID WIFIPWD DEVICEPATH

Set a Microvisor device's WiFi credentials

USAGE
  $ twilio microvisor:wificonfig:set WIFISSID WIFIPWD DEVICEPATH [-l debug|info|warn|error|none]

ARGUMENTS
  WIFISSID    The WiFi network name
  WIFIPWD     The WiFI password
  DEVICEPATH  The path to the device file or COM port

FLAGS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

DESCRIPTION
  Set a Microvisor device's WiFi credentials

Keywords

FAQs

Package last updated on 30 Jun 2023

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