{"id":15813568,"url":"https://github.com/jgantunes/ipfs-testbed-cli","last_synced_at":"2026-02-01T20:03:09.392Z","repository":{"id":41768124,"uuid":"173223776","full_name":"JGAntunes/ipfs-testbed-cli","owner":"JGAntunes","description":"IPFS testbed CLI","archived":false,"fork":false,"pushed_at":"2022-12-10T03:49:51.000Z","size":5196,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T07:45:50.929Z","etag":null,"topics":["cli","ipfs","js","kubectl","kubernetes","node","testbed","toxiproxy"],"latest_commit_sha":null,"homepage":null,"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/JGAntunes.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":"2019-03-01T02:50:02.000Z","updated_at":"2025-05-25T11:58:14.000Z","dependencies_parsed_at":"2023-01-26T01:46:21.141Z","dependency_job_id":null,"html_url":"https://github.com/JGAntunes/ipfs-testbed-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JGAntunes/ipfs-testbed-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGAntunes%2Fipfs-testbed-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGAntunes%2Fipfs-testbed-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGAntunes%2Fipfs-testbed-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGAntunes%2Fipfs-testbed-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JGAntunes","download_url":"https://codeload.github.com/JGAntunes/ipfs-testbed-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGAntunes%2Fipfs-testbed-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28988417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","ipfs","js","kubectl","kubernetes","node","testbed","toxiproxy"],"created_at":"2024-10-05T04:03:11.285Z","updated_at":"2026-02-01T20:03:09.376Z","avatar_url":"https://github.com/JGAntunes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JS IPFS Testbed CLI\n\nA CLI tool to interact with the [JS-IPFS test bed](https://github.com/jgantunes/ipfs-testbed) built usind NodeJS.\n\n## Requirements\n\n- `nodejs` `\u003e=8` in order to use the cli\n\n**IMPORTANT**: the CLI will use your current kube context, so make sure to have the right cluster selected before jumping on this.\n\n## Install\n\n```\nnpm install\n```\n\nOr skip the install step entirely and just use npx\n\n```\nnpx -p ipfs-testbed ipt \u003ccommand\u003e\n```\n\n## Cli Usage\n\n```\n$ ipt --help\nipt \u003ccommand\u003e\n\nCommands:\n  bin.js create \u003cresources..\u003e  creates the given resources\n  bin.js delete \u003cresources..\u003e  delete the given resources\n  bin.js exec \u003ccommand..\u003e      exec \u003ccommand\u003e in a IPFS Node\n  bin.js get \u003cresources..\u003e     get the given resources\n  bin.js completion            generate bash completion script\n\nOptions:\n  --version   Show version number                                      [boolean]\n  -h, --help  Show help                                                [boolean]\n\n```\n\nYou can run `ipt \u003ccommand\u003e --help` to get further details about a specific command:\n```\n$ ipt exec pulsarcast --help\nipt exec pulsarcast \u003ccommand\u003e\n\nexec pulsarcast \u003ccommand\u003e in this IPFS Node\n\nCommands:\n  bin.js exec pulsarcast create             create a topic with name\n  \u003ctopic-name\u003e [node-id]                    \u003ctopic-name\u003e from [from-node-id] or\n                                            a random node\n  bin.js exec pulsarcast publish            publish \u003cmessage\u003e at \u003ctopic-cid\u003e\n  \u003ctopic-cid\u003e \u003cmessage\u003e [node-id]           from [node-id] or a random node\n  bin.js exec pulsarcast subscribe          subscribe to \u003ctopic-cid\u003e from\n  \u003ctopic-cid\u003e [node-id]                     [node-id] or a random node\n\nOptions:\n  --version   Show version number                                      [boolean]\n  -h, --help  Show help                                                [boolean]\n\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgantunes%2Fipfs-testbed-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgantunes%2Fipfs-testbed-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgantunes%2Fipfs-testbed-cli/lists"}