@financial-dashboard/fdash
v0.1.6
Published
CLI for connecting agents to Financial Dashboard data through secure device authentication.
Readme
fdash CLI
fdash connects agents and local terminals to Financial Dashboard through browser-based authentication.
Install
npm install -g @financial-dashboard/fdashUpdate the published CLI:
npm update -g @financial-dashboard/fdash
fdash update checkAutomatic update checks can be disabled per command or per environment:
fdash --no-update-check transactions list
FDASH_DISABLE_UPDATE_CHECK=1 fdash transactions listAuth
fdash auth login
fdash auth status
fdash auth logoutThe CLI opens Financial Dashboard in your browser and stores a local session in ~/.fdash/config.json.
For local development or test environments:
fdash auth login --api-url http://localhost:3000Agent Skill Sync
The npm package includes the fdash-transactions skill artifact at skills/fdash-transactions/SKILL.md.
fdash agents sync-skill --scope local
fdash agents sync-skill --scope global
fdash agents sync-skill --scope local --target-dir D:/PROJECTS/financial-dashboard --yeslocal installs into the current project's .agents/skills/fdash-transactions/SKILL.md.
global installs into ~/.agents/skills/fdash-transactions/SKILL.md.
The command does not use CODEX_HOME.
Common Commands
fdash transactions list --limit 20
fdash wallets transfer --from-wallet-id <id> --to-wallet-id <id> --amount 100 --date 2026-06-07
fdash wallets transfer --from-wallet-id <eur> --to-wallet-id <pln> --amount 100 --to-amount 430 --exchange-rate 4.30 --date 2026-06-07
fdash planned create --title "Revolut transfer" --kind transfer --wallet-id <eur> --to-wallet-id <pln> --amount 100 --to-amount 430 --exchange-rate 4.30 --date 2026-06-10