tableflip/ipld-explorer-cli

Name: ipld-explorer-cli

Owner: TABLEFLIP

Description: Explore the IPLD directed acyclic graph with your keyboard

Created: 2018-04-18 14:52:53.0

Updated: 2018-05-22 16:28:24.0

Pushed: 2018-05-01 07:54:38.0

Homepage: null

Size: 713

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ipld-explorer-cli

Build Status dependencies Status JavaScript Style Guide

Explore the IPLD directed acyclic graph with your keyboard

screen shot 2018-04-18 at 16 30 40

Install

Ensure you have at least:

Install the explorer:

install --global ipld-explorer-cli

Start your Go IPFS daemon:

 daemon
Usage
ld-explorer

ome to the IPLD explorer REPL!
 "help" then <Enter> for a list of commands


Commands
cd [path] (alias get)

Change DAG. Changes the current working DAG node to the specified path. If the path is starts with /ipfs or is a CID then change to that path otherwise path is taken to be relative to the current working DAG path.

pwd

Print working DAG. Prints the path of the current working DAG.

resolve [path]

Walk down the provided path and print the object found there. path defaults to CWD (current working DAG) if not specified.

ls [path]

List the entries at a path. path defaults to CWD (current working DAG) if not specified.

config set <key> <value>

Set a config value.

Configuration

The following configuration keys are valid:

help

Print the help information.

version

Prints the version of the ipld-explorer.

exit

Quit the explorer.

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Alan Shaw


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.