gobankcli connect
Start a read-only bank consent flow.
#Usage
gobankcli connect --institution=STRING [flags]
#Flags
--config(string, default none): Config file path.--db(string, default none): SQLite archive path.--json(bool, defaultfalse): Emit stable JSON.--plain(bool, defaultfalse): Emit simple parseable plain text.--no-input(bool, defaultfalse): Never prompt or wait for input.--version(bool, defaultfalse): Print version and exit.--provider(string, default none): Provider name.--institution(string, required): Provider institution ID.--redirect(string, default none): Redirect URL registered with the provider.--listen(string, default none): Listen on a loopback address for one provider callback, e.g. 127.0.0.1:8787.--listen-https(bool, defaultfalse): Serve the local callback listener over HTTPS.--listen-cert(string, default none): TLS certificate path for --listen-https.--listen-key(string, default none): TLS private key path for --listen-https.--callback-timeout(duration, default5m): How long --listen waits for the callback.