← #86 Add multi-account CLI support with --as flag

#85 Add multi-account config struct and per-account storage layout

closed medium · sable · 2026-03-02 23:37 · closed 2026-03-02 23:37 · Phase 1: CLI Foundation

Comments — 1

sable note 2026-03-02 23:37

Storage model change: ~/.config/opake/ gets accounts/<sanitized-did>/ subdirs. DID sanitization: replace ':' with '_'. New Config struct: default_did + BTreeMap<String, AccountConfig { pds_url, handle }>. Add account_dir(did), save_account_json/load_account_json helpers. Config format is TOML with [accounts."did:plc:xxx"] tables.

Generated 2026-03-03 02:53 UTC