skate - Skate, a personal key value store.
skate [options...] [argument...]
delete KEY[@DB]
Delete a key with an optional @ db.
delete-db [@DB]
Delete a database
get KEY[@DB]
Get a value for a key with an optional @ db.
OPTIONS
--b --show-binary print binary values
help [command]
Help about any command
list [@DB]
List key value pairs with an optional @ db.
OPTIONS
--d --delimiter
delimiter to separate keys and values
--k --keys-only
only print keys and don’t fetch values from the db
--r --reverse
list in reverse lexicographic order
--b --show-binary
print binary values
--v --values-only
only print values
list-dbs
List databases.
set KEY[@DB] [VALUE]
Set a value for a key with an optional @ db. If VALUE is omitted, read value from the standard input.
(C) 2021-2024 Charmbracelet, Inc.
Released under MIT license.