|
| 1 | +Usage: jsipfs COMMAND [OPTIONS] |
| 2 | + |
| 3 | +Available commands: |
| 4 | + |
| 5 | +- [ ] bitswap stat Show some diagnostic information on the bitswap agent. |
| 6 | +- [ ] bitswap unwant Remove a given block from your wantlist. |
| 7 | +- [ ] bitswap wantlist Print out all blocks currently on the bitswap wantlist for the local peer. |
| 8 | +- [ ] block get Get a raw IPFS block |
| 9 | +- [ ] block put Stores input as an IPFS block |
| 10 | +- [ ] block rm Remove a raw IPFS block |
| 11 | +- [ ] block stat Print information of a raw IPFS block |
| 12 | +- [ ] bootstrap add Add peers to the bootstrap list |
| 13 | +- [ ] bootstrap list Show peers in the bootstrap list |
| 14 | +- [ ] bootstrap rm Removes peers from the bootstrap list |
| 15 | +- [ ] commands List all available commands |
| 16 | +- [ ] config Get and set IPFS config values |
| 17 | +- [ ] config edit Opens the config file for editing in $EDITOR |
| 18 | +- [ ] config replace Replaces the config with <file> |
| 19 | +- [ ] config show Outputs the content of the config file |
| 20 | +- [ ] daemon Start a long-running daemon process |
| 21 | +- [ ] dns |
| 22 | +- [ ] files add Add a file to IPFS using the UnixFS data format |
| 23 | +- [ ] files cat Download IPFS objects |
| 24 | +- [ ] files get Download IPFS objects |
| 25 | +- [ ] id Shows IPFS Node ID info |
| 26 | +- [ ] init Initialize a local IPFS node |
| 27 | +- [ ] ls |
| 28 | +- [ ] mount |
| 29 | +- [ ] object data Outputs the raw bytes in an IPFS object |
| 30 | +- [ ] object get Get and serialize the DAG node named by <key> |
| 31 | +- [ ] object links Outputs the links pointed to by the specified object |
| 32 | +- [ ] object new Create new ipfs objects |
| 33 | +- [ ] object patch add-link Add a link to a given object |
| 34 | +- [ ] object patch append-data Append data to the data segment of a dag node |
| 35 | +- [ ] object patch rm-link Remove a link from an object |
| 36 | +- [ ] object patch set-data Set data field of an ipfs object |
| 37 | +- [ ] object put Stores input as a DAG object, outputs its key |
| 38 | +- [ ] object stat Get stats for the DAG node named by <key> |
| 39 | +- [ ] ping |
| 40 | +- [ ] refs |
| 41 | +- [ ] repo gc |
| 42 | +- [ ] repo init |
| 43 | +- [ ] repo version Shows IPFS repo version information |
| 44 | +- [ ] resolve |
| 45 | +- [ ] swarm addrs |
| 46 | +- [ ] swarm addrs local List local addresses |
| 47 | +- [ ] swarm connect Open connection to a given address |
| 48 | +- [ ] swarm disconnect |
| 49 | +- [ ] swarm peers List peers with open connections |
| 50 | +- [ ] update |
| 51 | +- [ ] version Shows IPFS version information |
0 commit comments