Command | Description |
---|
init | Initialize a BTFS local configuration |
add | Add a file to BTFS |
cat | Show BTFS object data |
get | Download BTFS objects |
ls | List links from an object |
refs | List hashes of links from an object |
Command | Description |
---|
block | Interact with raw blocks in the datastore |
object | Interact with raw dag nodes |
files | Interact with objects as if they were a UNIX filesystem |
dag | Interact with dag objects |
Command | Description |
---|
daemon | Start a long-running daemon process |
mount | Mount a BTFS read-only mountpoint |
resolve | Resolve any type of name |
name | Publish and resolve BTNS names |
key | Create and list BTNS name keypairs |
dns | Resolve DNS links |
pin | Pin objects to local storage |
repo | Manipulate the BTFS repository |
stats | Various operational stats |
p2p | Libp2p stream mounting |
filestore | Manage the filestore (experimental) |
storage | Interact with storage services on BTFS. |
Command | Description |
---|
id | Show info about BTFS peers |
bootstrap | Add or remove bootstrap peers |
swarm | Manage connections to the p2p network |
dht | Query the DHT for values or peers |
ping | Measure the latency of a connection |
diag | Print diagnostics |
Command | Description |
---|
config | Manage configuration |
version | Show BTFS version information |
update | Download and apply go-btfs updates |
commands | List all available commands |
cid | Convert and discover the properties of CIDs |
log | Manage and show logs of running daemon |
Updated almost 4 years ago