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

FlagDescription
--help, -hShow help for any command
-vShow version information
--configPath to config file

Further Reading

For Go API usage, see the Overview documentation or the Go package reference.