1.0.0 • Published 8 years ago

ipld-cli v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ipld-cli

npm.io npm.io npm.io Dependency Status Travis CI

Interact with IPLD on the command line

Installation

$ npm i -g ipld-cli

Usage

$ ipld add -h
usage: ipld add [-h] content

Add a new object in JSON format

Positional arguments:
  content

Optional arguments:
  -h, --help  Show this help message and exit.

$ ipld cat -h
usage: ipld cat [-h] [--yml] [--json] [--no-colors] path

Resolve a given path

Positional arguments:
  path

Optional arguments:
  -h, --help   Show this help message and exit.
  --yml        Print the result in yaml
  --json       Print the result in json
  --no-colors  Print the result without colors