un-inception/clients/d/sync
russell@unturf.com a839ffcd12 Add --account N flag and CSV credential resolution to C++, D, V, and Kotlin SDKs
Each implementation gains:
- loadAccountsCSV / load_accounts_csv: reads public_key,secret_key rows from
  a CSV file, skipping # comments and blank lines
- Full 5-tier credential resolution:
  1. Explicit -p flag (public key override)
  2. --account N → ~/.unsandbox/accounts.csv row N (bypasses env vars)
  3. UNSANDBOX_PUBLIC_KEY / UNSANDBOX_SECRET_KEY env vars
  4. UNSANDBOX_ACCOUNT env var selects row from ~/.unsandbox/accounts.csv
  5. ~/.unsandbox/accounts.csv row 0, then ./accounts.csv row 0
- --account N CLI flag recognised in all arg-parsing loops
2026-03-23 15:13:39 -04:00
..
src Add --account N flag and CSV credential resolution to C++, D, V, and Kotlin SDKs 2026-03-23 15:13:39 -04:00
tests feat: full feature parity for all 42 SDKs + comprehensive tests 2026-02-05 16:45:02 -05:00