..
config.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
config_cmd.go
fix(config): accept case-insensitive booleans in config set
2026-02-11 23:52:44 +00:00
config_fields.go
refactor(msg): single space between keyword and message, improve config suggestions
2026-02-11 23:47:59 +00:00
config_fields_test.go
feat(config): add reflection-based configFields framework
2026-02-11 23:29:54 +00:00
del-db.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
del.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
doctor.go
refactor(doctor): replace hand-maintained configDiffs with configFields
2026-02-11 23:53:33 +00:00
doctor_test.go
feat(doctor): full implementation of doctor health checks
2026-02-11 21:44:35 +00:00
export.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
get.go
feat(get): adds --exists flag for checking existence of a key
2026-02-11 17:36:49 +00:00
git.go
refactor(home)!: moves home to PDA_HOME, out of PDA_HOME/stores/
2026-02-11 21:51:58 +00:00
glob.go
feat: splits --glob into --key and --value searches
2026-02-11 15:21:05 +00:00
identity.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
init.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
keyspec.go
refactor(branding?): swapped all references to db/dbs to store/stores
2025-12-23 09:07:45 +00:00
list-dbs.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
list.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
match.go
feat: splits --glob into --key and --value searches
2026-02-11 15:21:05 +00:00
msg.go
refactor(msg): single space between keyword and message, improve config suggestions
2026-02-11 23:47:59 +00:00
mv-db.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
mv.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
ndjson.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
ndjson_test.go
feat: encryption with age
2026-02-11 12:36:42 +00:00
restore.go
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
root.go
fix: restrict config-safe commands, add doctor header on config failure
2026-02-12 00:03:51 +00:00
secret.go
feat: encryption with age
2026-02-11 12:36:42 +00:00
secret_test.go
feat: encryption with age
2026-02-11 12:36:42 +00:00
set.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
shared.go
refactor(home)!: moves home to PDA_HOME, out of PDA_HOME/stores/
2026-02-11 21:51:58 +00:00
sync.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
vcs.go
feat: huge overhaul of messaging into FAIL, WARN, hint, ok, prompt, and progress types
2026-02-11 02:11:58 +00:00
version.go
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00