{"id":18338699,"url":"https://github.com/tableflip/ipld-explorer-cli","last_synced_at":"2025-09-09T14:06:14.211Z","repository":{"id":57276619,"uuid":"130078502","full_name":"tableflip/ipld-explorer-cli","owner":"tableflip","description":"🔎 Explore the IPLD directed acyclic graph with your keyboard","archived":false,"fork":false,"pushed_at":"2018-11-09T14:26:21.000Z","size":470,"stargazers_count":22,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T18:01:45.849Z","etag":null,"topics":["acyclic","cli","dag","directed","explore","forest","graph","hash","ipld","link","merkle","node","repl","tree"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tableflip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-18T14:52:53.000Z","updated_at":"2022-08-21T04:16:05.000Z","dependencies_parsed_at":"2022-09-17T01:50:13.586Z","dependency_job_id":null,"html_url":"https://github.com/tableflip/ipld-explorer-cli","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fipld-explorer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fipld-explorer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fipld-explorer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fipld-explorer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableflip","download_url":"https://codeload.github.com/tableflip/ipld-explorer-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440346,"owners_count":20939221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acyclic","cli","dag","directed","explore","forest","graph","hash","ipld","link","merkle","node","repl","tree"],"created_at":"2024-11-05T20:14:54.282Z","updated_at":"2025-04-06T05:31:48.857Z","avatar_url":"https://github.com/tableflip.png","language":"JavaScript","readme":"# ipld-explorer-cli\n\n[![Build Status](https://travis-ci.org/tableflip/ipld-explorer-cli.svg?branch=master)](https://travis-ci.org/tableflip/ipld-explorer-cli) [![dependencies Status](https://david-dm.org/tableflip/ipld-explorer-cli/status.svg)](https://david-dm.org/tableflip/ipld-explorer-cli) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n\u003e Explore the IPLD directed acyclic graph with your keyboard\n\n\u003cimg width=\"740\" alt=\"screen shot 2018-04-18 at 16 30 40\" src=\"https://user-images.githubusercontent.com/152863/38942150-01a0f8e4-4326-11e8-9c1b-559373b0cdcc.png\"\u003e\n\n## Install\n\nEnsure you have at least:\n\n* node@8\n* go-ipfs@0.4 or js-ipfs@0.31\n\nInstall the explorer:\n\n```sh\nnpm install --global ipld-explorer-cli\n```\n\nStart your Go/JS IPFS daemon:\n\n```sh\nipfs daemon\n# or\njsipfs daemon\n```\n\n## Usage\n\n```sh\n$ ipld-explorer\n\nWelcome to the IPLD explorer REPL!\nType \"help\" then \u003cEnter\u003e for a list of commands\n\n? \u003e\n```\n\nIf you use JS-IPFS, make sure you set the `apiAddr` accordingly:\n\n```sh\n? \u003e config set apiAddr /ip4/127.0.0.1/tcp/5002\n```\n\n### Commands\n\n#### `cd [path]` (alias `get`)\n\nChange 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.\n\n#### `pwd`\n\nPrint working DAG. Prints the path of the current working DAG.\n\n#### `resolve [path]`\n\nWalk down the provided path and print the object found there. `path` defaults to CWD (current working DAG) if not specified.\n\n#### `ls [path]`\n\nList the entries at a path. `path` defaults to CWD (current working DAG) if not specified.\n\n#### `config set \u003ckey\u003e \u003cvalue\u003e`\n\nSet a config value.\n\n##### Configuration\n\nThe following configuration keys are valid:\n\n* `apiAddr` - The [multiaddr](https://multiformats.io/multiaddr/) of the IPFS node to use (default: /ip4/127.0.0.1/tcp/5001)\n\n#### `config get [key]`\n\nGet a config value or get all config if no key is provided.\n\n#### `help`\n\nPrint the help information.\n\n#### `version`\n\nPrints the version of the ipld-explorer.\n\n#### `exit`\n\nQuit the explorer.\n\n## Contribute\n\nFeel free to dive in! [Open an issue](https://github.com/tableflip/ipld-explorer-cli/issues/new) or submit PRs.\n\n## License\n\n[MIT](LICENSE) © Alan Shaw\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fipld-explorer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableflip%2Fipld-explorer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fipld-explorer-cli/lists"}