Commit graph

67 commits

Author SHA1 Message Date
lew
eaaafbc040 docs: add edit and meta commands to README 2026-02-13 15:29:52 +00:00
lew
579e6a1eee feat(identity): added --add-recipient and --remove-recipient flags for multi-recipient keys 2026-02-13 15:12:22 +00:00
lew
f9ff2c0d62 feat(templates): adds arbitrary shell execution and pda-getting 2026-02-12 23:28:19 +00:00
lew
2ca32769d5 feat(commit): text templating in commit messages 2026-02-12 20:00:57 +00:00
lew
4e78cefd56 feat(config): some additional config options, and config migration from deprecated keys 2026-02-12 19:31:24 +00:00
lew
629358a81b
Update README.md 2026-02-12 01:20:57 +00:00
lew
f7e45137df
Update README.md 2026-02-12 01:07:19 +00:00
lew
f3b18c6b08 feat: new environment commands group, and updates to README 2026-02-12 00:46:18 +00:00
lew
df70be2c4f refactor(config)!: moved store.list_all_stores to list.list_all_stores 2026-02-12 00:32:07 +00:00
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
lew
55b2e7f6cb 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
lew
b6248e409f refactor(home)!: moves home to PDA_HOME, out of PDA_HOME/stores/ 2026-02-11 21:51:58 +00:00
lew
11276fcf25 feat(doctor): full implementation of doctor health checks 2026-02-11 21:44:35 +00:00
lew
ce7336324f feat(list): adds plain json formatting 2026-02-11 19:34:29 +00:00
lew
15c1d6733c feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions 2026-02-11 19:29:14 +00:00
lew
4e5064d07a feat(stores): adds mvs, and flags to bring store commands on par with key commands 2026-02-11 18:53:55 +00:00
lew
b89db8dc48 feat(set): adds --file flag to input from a file path 2026-02-11 18:27:22 +00:00
lew
59cb09a8e7 feat(version): adds --short flag to only show release information 2026-02-11 18:16:37 +00:00
lew
9130c09e56 feat(rm): adds --yes flag to auto-accept all prompts 2026-02-11 17:57:05 +00:00
lew
cf7dbf5bee feat(sync): adds --message flag for manual commit message 2026-02-11 17:49:02 +00:00
lew
ac847f34ca feat(set): adds --safe flag for preventing accidental overwrites 2026-02-11 17:38:36 +00:00
lew
6e1af5ba28 feat(get): adds --exists flag for checking existence of a key 2026-02-11 17:36:49 +00:00
lew
ad98a1e6c4 feat(list): adds --count flag for returning a count of matches 2026-02-11 17:24:55 +00:00
lew
8ea865b2ce feat: removes table from readme 2026-02-11 16:09:38 +00:00
lew
d3b4bef531 feat: adds some test cases where they were missing, and some minor readme additions 2026-02-11 16:07:19 +00:00
lew
bb57b23224 docs: erroneous escape chars 2026-02-11 15:31:30 +00:00
lew
572e27589b feat: adds --drop mention to readme 2026-02-11 15:27:47 +00:00
lew
5145816b0a feat: splits --glob into --key and --value searches 2026-02-11 15:21:05 +00:00
lew
1f4732823d feat: underlined header texts, and one-space right pad 2026-02-11 14:17:48 +00:00
lew
24853bfce8 feat: default ttl and header visibility, and removed unnecessray padding from tab output 2026-02-11 14:14:02 +00:00
lew
07330be10b feat: include summary of omitted binary data 2026-02-11 13:17:23 +00:00
lew
9bdc9c30c6 feat: encryption with age 2026-02-11 12:36:42 +00:00
lew
fb75758986 docs: updates messaging in README 2026-02-11 02:13:32 +00:00
lew
6ccd801c89 docs: revise list output and Git versioning description 2026-02-11 01:38:25 +00:00
lew
20b65e280d docs: update README for NDJSON migration and removed features
Remove references to badger, --secret flag, --force flag, and snapshot
command. Rename dump/restore to export/import as primary commands, fix
rm/rm-store to document --interactive instead of --force, and remove
the entire Secrets section.
2026-02-11 01:32:50 +00:00
lew
07734c6ee4 fix(docs): ascii art in readme 2025-12-23 10:46:58 +00:00
lew
0bed650685 fix(docs): ascii art in readme 2025-12-23 10:46:28 +00:00
lew
2d86b3ad21 docs(README): adds default config 2025-12-23 10:45:30 +00:00
lew
26871decd0 feat(Run): adds explicit Run command 2025-12-23 10:00:14 +00:00
lew
c5aeb16e16 chore(docs): updates to new cmd names 2025-12-23 09:41:35 +00:00
lew
3d5a3f2aa1 refactor(branding?): swapped all references to db/dbs to store/stores 2025-12-23 09:07:45 +00:00
lew
92c30d4cad docs(README): tweaks to fit extracted vcs cmds 2025-12-23 08:29:38 +00:00
lew
ada4c6846d docs(README): general sync recommendation 2025-12-20 02:28:31 +00:00
lew
d0a55afcbf docs(README): missing period 2025-12-20 02:25:28 +00:00
lew
41ffa93412 docs(README): documents pda vcs sync 2025-12-20 02:23:10 +00:00
lew
219cf2e44c
docs(README): introductory paragraphs 2025-12-19 01:24:08 +00:00
lew
dbfff3d690 docs(README): adds vcs 2025-12-18 23:14:34 +00:00
lew
7707dfbe86 feat(Envs): unifies overrides to PDA_DATA and PDA_CONFIG, and sets them to /tmp/ for tests. 2025-12-18 21:50:01 +00:00
lew
20294a9279 docs(README): dump/restore glob 2025-12-18 00:50:12 +00:00
lew
7890e9451d feat(globs): glob support for dump/restore, extracts some shared logic 2025-12-17 22:18:15 +00:00