ipld-cli

IPLD command line tool

Usage no npm install needed!

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

README

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