CLI Usage
The kvs binary exposes a small Cobra-based CLI for interacting with the key-value store.
Basic Commands
$ kvs --help
$ kvs -v
$ kvs version
Configuration
Use --config to load a specific Viper-compatible configuration file:
$ kvs --config config.yaml version
Available Flags
| Flag | Description |
|---|---|
--help, -h | Show help for any command |
-v | Show version information |
--config | Path to config file |
Further Reading
For Go API usage, see the Overview documentation or the Go package reference.