didbot/didbot-cmd

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

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/didbot/didbot-cmd

0.1.2 2016-11-19 22:27 UTC

This package is not auto-updated.

Last update: 2025-10-20 19:16: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