> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 銀行連携と消込

> 口座管理、取引一覧、消込、照合差異確認のための CLI コマンド。

# lim bank

`bank` は口座管理と入出金消込のためのコマンド群です。

## コマンド

```bash theme={null}
lim bank list
lim bank create --name "Main Account"
lim bank show <bank-id>
lim bank transactions <bank-id>
lim bank match <bank-id> <tx-id> --accountId <account-id>
lim bank link <bank-id> <tx-id> --journalEntryId <journal-id>
lim bank unmatch <bank-id> <tx-id>
lim bank exclude <bank-id> <tx-id> --status excluded
lim bank auto-match <bank-id>
lim bank reconciliation <bank-id>
```
