s5_cli-1.0.0-beta.1 is not a library.
s5_cli
The command-line interface for S5.
Installation
Usage
The s5 command provides several subcommands to interact with S5 nodes, stores, and filesystems.
Configuration
Manage node configuration (stores, peers, identity).
# Create or update the default node config
# Then edit ~/.config/s5/local.toml to add stores and peers,
# following docs/reference/configuration.md.
Import
Import data into the default blob store and FS5 root.
# Import local directory
# Import from HTTP
Blobs
Low-level blob operations.
# Dry-run local GC for the "default" store
# Apply local GC (after inspecting the dry run)
# Verify that all referenced blobs exist in the store
Snapshots
Manage FS5 snapshots.
Mount
Mount the FS5 filesystem via FUSE.
Node
Start the S5 node (usually run in background or via systemd).