pda/cmd
lew c9b448d508 refactor(msg): single space between keyword and message, improve config suggestions
Tightens keyword formatting (ok/FAIL/hint/etc.) from two spaces to one.
Makes config key suggestions more generous: normalises spaces to
underscores, matches against leaf segments, and uses substring matching.
Updates all golden files.
2026-02-11 23:47:59 +00:00
..
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 feat(config): add config init subcommand with --new flag 2026-02-11 23:43:21 +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(msg): single space between keyword and message, improve config suggestions 2026-02-11 23:47:59 +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 feat(stores): adds mvs, and flags to bring store commands on par with key commands 2026-02-11 18:53:55 +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