Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mbl-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mbl-cli

Command-line interface for developing with Mbed Linux

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Mbed Linux CLI

Command-line interface for developing with Mbed Linux

Circle CI

The Mbed Linux CLI is a toolbox for managing target devices running Mbed Linux.

Prerequisites

Node.js > v8.10.0, which includes npm v3

Installation

The CLI is distributed using npm. To install the tool globally:

$ npm install -g mbl-cli

Usage

$ mbl-cli <command> [arguments]

Options

  • -v, --version - Show version number
  • -h, --help - Show help

Commands

Discovery and Select

Discover connected Mbed Linux devices and allow the user to select one for further commands.

$ mbl-cli select
Shell

Obtain a shell on a device, optionally specifying the device address to use

$ mbl-cli shell [address]
Run

Run a remote command on a device, optionally specifying the device address to use

$ mbl-cli run <command> [address]
Get

Copy a file from a device, optionally specifying the device address to use

$ mbl-cli get <src> <dest> [address]
Put

Copy a file to a device, optionally specifying the device address to use

$ mbl-cli put <src> <dest> [address]
Application Management

Application management commands.

$ mbl-cli app <command> [address]

Commands:

Start the application on a device.

$ mbl-cli app start [address]

Stop the application on a device.

$ mbl-cli app stop [address]

Restart the application on a device.

$ mbl-cli app restart [address]

Implementation Status

  • discover and select a device
  • shell onto a device
  • run a remote command on a device
  • copy a file from/to a device
  • deploy an application image on a device
  • deploy a firmware component on a device
  • start an application on a device
  • stop an application on a device
  • restart an application on a device
  • configure the network for a device

Keywords

FAQs

Package last updated on 16 Nov 2018

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