Versions in this module Expand all Collapse all v0 v0.1.0 Feb 4, 2026 Changes in this version + func Execute(args []string) (err error) + func ExitCode(err error) int + func IsStdin(arg string) bool + func ProfileFrom(ctx context.Context) string + func ReadStdinIDs(arg string) ([]string, error) + func ResolveAccountID(ctx context.Context, flagValue string) (string, error) + func VersionString() string + type AccountsCmd struct + Get AccountsGetCmd + List AccountsListCmd + Sync AccountsSyncCmd + type AccountsGetCmd struct + ID string + func (c *AccountsGetCmd) Run(ctx context.Context) error + type AccountsListCmd struct + Product string + func (c *AccountsListCmd) Run(ctx context.Context) error + type AccountsSyncCmd struct + ID string + Wait bool + func (c *AccountsSyncCmd) Run(ctx context.Context) error + type AuthCmd struct + Login AuthLoginCmd + Logout AuthLogoutCmd + Status AuthStatusCmd + type AuthLoginCmd struct + func (c *AuthLoginCmd) Run(ctx context.Context) error + type AuthLogoutCmd struct + func (c *AuthLogoutCmd) Run(ctx context.Context) error + type AuthStatusCmd struct + func (c *AuthStatusCmd) Run(ctx context.Context) error + type CLI struct + Accounts AccountsCmd + Auth AuthCmd + Completion CompletionCmd + Config ConfigCmd + FinancialInstitutions FinancialInstitutionsCmd + Organization OrganizationCmd + PendingTransactions PendingTransactionsCmd + Sync SyncCmd + Transactions TransactionsCmd + Version kong.VersionFlag + VersionCmd VersionCmd + type CompletionCmd struct + Shell string + func (c *CompletionCmd) Run() error + type ConfigCmd struct + Get ConfigGetCmd + Set ConfigSetCmd + type ConfigGetCmd struct + Key string + func (c *ConfigGetCmd) Run(ctx context.Context) error + type ConfigSetCmd struct + Key string + Value string + func (c *ConfigSetCmd) Run(ctx context.Context) error + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type FinancialInstitutionsCmd struct + Get FinancialInstitutionsGetCmd + List FinancialInstitutionsListCmd + type FinancialInstitutionsGetCmd struct + ID string + func (c *FinancialInstitutionsGetCmd) Run(ctx context.Context) error + type FinancialInstitutionsListCmd struct + func (c *FinancialInstitutionsListCmd) Run(ctx context.Context) error + type OrganizationCmd struct + Show OrganizationShowCmd + type OrganizationShowCmd struct + func (c *OrganizationShowCmd) Run(ctx context.Context) error + type PendingTransactionsCmd struct + List PendingTransactionsListCmd + type PendingTransactionsListCmd struct + AccountID string + func (c *PendingTransactionsListCmd) Run(ctx context.Context) error + type RootFlags struct + CSV bool + EnableCommands string + JSON bool + NoRetry bool + Plain bool + Profile string + Sandbox bool + Timeout time.Duration + Verbose int + type SyncCmd struct + Create SyncCreateCmd + Get SyncGetCmd + List SyncListCmd + type SyncCreateCmd struct + AccountID string + Subtype string + Wait bool + func (c *SyncCreateCmd) Run(ctx context.Context) error + type SyncGetCmd struct + ID string + func (c *SyncGetCmd) Run(ctx context.Context) error + type SyncListCmd struct + AccountID string + Limit int + func (c *SyncListCmd) Run(ctx context.Context) error + type TransactionsCmd struct + Export TransactionsExportCmd + Get TransactionsGetCmd + List TransactionsListCmd + type TransactionsExportCmd struct + AccountID string + Format string + Since string + Type string + Until string + func (c *TransactionsExportCmd) Run(ctx context.Context) error + type TransactionsGetCmd struct + AccountID string + ID string + func (c *TransactionsGetCmd) Run(ctx context.Context) error + type TransactionsListCmd struct + AccountID string + Limit int + Since string + Type string + Until string + func (c *TransactionsListCmd) Run(ctx context.Context) error + type VersionCmd struct + func (c *VersionCmd) Run() error