ipld-cli

1.0.0 • Public • Published

ipld-cli

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

Dependents (0)

Package Sidebar

Install

npm i ipld-cli

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dignifiedquire