Lucky KV

Get values in the unit-local key-value store.

Usage

get [FLAGS] [key]

Positionals

ArgEnvironment VariableDescription
<key>The key to get from the store

Examples

Get a value:

$ lucky kv get key1
value1

Get all values:

$ lucky kv get
key1=value1
key2=value2
key3=value3