> ## 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 コマンド。

# dispatch / workers

派遣法対応と契約期限管理のためのコマンドです。

## dispatch

```bash theme={null}
lim dispatch list
lim dispatch add \
  --employee <employee-id> \
  --agencyName "Partner Staffing" \
  --startDate 2026-04-01 \
  --monthlyFee 480000
lim dispatch alerts
```

## workers

```bash theme={null}
lim workers summary
lim workers alerts
```
