/mc-cli

Moolticute CLI tool

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Moolticute CLI tool

License

This tool is a command line tool to interact with a running moolticute daemon. It allows to retrieve credentials from a CLI.

Installation

Install go if needed. Add $GOPATH/bin to your path.

go install github.com/raoulh/mc-cli@latest

Usage

mc-cli --help

Usage: mc-cli COMMAND [arg...]

Command line tool to interact with a mooltipass device through a moolticute daemon

Commands:
  login        Manage credentials stored in the device
  data         Import & export small files stored in the device
  parameters   Get/Set device parameters

Run 'mc-cli COMMAND --help' for more information on a command.
mc-cli login --help

Usage: mc-cli login COMMAND [arg...]

Manage credentials stored in the device

Commands:
  get          Get a password for given context
  set          Add or update a context

Run 'mc-cli login COMMAND --help' for more information on a command.
mc-cli data --help                                                                                                               16:45:08  ✘ 2

Usage: mc-cli data COMMAND [arg...]

Import & export small files stored in the device

Commands:
  get          Retrieve data for given context
  set          Add or update data for given context

Run 'mc-cli data COMMAND --help' for more information on a command.

Warning! This project is a work in progress!