Commands
Every user-facing subcommand exposed by gobankcli. Regenerate with make docs-commands; committed docs must match the CLI surface.
#Subcommands
gobankcli accounts: Fetch and archive accounts for a connection.gobankcli authorize: Exchange a provider callback code for a usable connection.gobankcli connect: Start a read-only bank consent flow.gobankcli doctor: Check local config, archive, and provider credentials.gobankcli export: Export normalized transactions as CSV.gobankcli institutions: List provider institutions by country.gobankcli init: Write a starter config and create local directories.gobankcli query: Run a read-only SQL query against the local archive.gobankcli sql: Alias for query.gobankcli status: Show local archive status.gobankcli sync: Fetch and archive transactions for a connection.
#Discoverability
gobankcli --help: built-in help and per-command help.gobankcli --version: build version output.