Skip to content

mcxiv/mender-richer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mender-richer-cli

This is just mender-cli, but richer.

Installation

You need to install mender-cli as mender-richer-cli is a wrapper around it. (For now!)

Then, you just need to install mender-richer-cli :

git clone https://github.com/mcxiv/mender-richer-cli.git
cd mender-richer-cli
python3 -m pip install .

Features

  • Cool UI - Very cool interface
  • Device Management - View and manage all your Mender devices
  • Terminal Access - Instantiate a reverse shell to any device
  • Port Forwarding - Forward ports from devices to your local machine
  • File Upload - Upload files to devices
  • File Download - Download files from devices
  • Artifact Deployment - Deploy artifacts to devices
  • Device inventory - Show full device inventory

Usage

mrc --help

usage: mrc [-h] [--insecure] [--debug] server token

A richer CLI for Mender

positional arguments:
  server      Mender server URL
  token       Mender API token

options:
  -h, --help  show this help message and exit
  --insecure  Disable SSL certificate verification (not recommended for production)
  --debug     Enable debug logging

Example

Devices listing

Devices listing

Commands listing

Commands listing

Device Inventory listing

Inventory listing

Artifacts listing

Artifacts listing

About

mender-cli, but richer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages