coreo-cli

A command-line interface for Coreo

Usage no npm install needed!

<script type="module">
  import coreoCli from 'https://cdn.skypack.dev/coreo-cli';
</script>

README

coreo-cli

Command Line Utility for Coreo

Installation

> npm install -g coreo-cli
> coreo --help

  
  Usage: coreo [options] [command] <command>


  Commands:

    login                  login to Coreo using username and password
    record [options] <id>  display a record
    collection <id>        display a collection

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -u, --username <username>  The username to authenticate as
    -p, --password <password>  The user's password
    -h, --host [host]          Change the server to connect to

Configuration

Configuration is stored in a .coreorc file in your home directory. At the moment this is just used to store credentials i.e. your authentication token.

License

MIT