didbot/didbot-cmd

Command line interface for didbot.com or a self hosted didbot application.

0.1.2 2016-11-19 22:27 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:24:14 UTC


README

Build Status A command line interface for didbot.com or a self hosted didbot application.

Installation

  1. Install with composer package manager.
composer global require didbot/didbot-cmd
  1. Generate an API token at either didbot.com or from your self hosted didbot application. Add the token to didbot-cmd by running the didbot config:token command.
didbot config:token eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImVkZjdmNTV...
  1. By default didbot-cmd points to the didbot.com api located at https://didbot.com/api/1.0. If you wish to point didbot-cmd to your self hosted didbot install run the didbot config:url command.
didbot config:url http://example.com