# kv_store


# set

Set a key value pair, overriding existing values if key exists

  Arguments:
      key         TEXT    Key to set
      value       TEXT    Value associated with key to set

Options:
  --help  Show this message and exit.

# get

Get the value of a key

  Arguments:
      key         TEXT    Key to get

Options:
  --help  Show this message and exit.

# delete

Delete a key value pair

  Arguments:
      key         TEXT    Key to delete

Options:
  --help  Show this message and exit.

# list

List all key value pairs

Options:
  --help  Show this message and exit.

This documentation was auto-generated from commit ffa9a6c
on February 1, 2023 at 18:44 UTC