# lizard config

`lizard-config.json` ファイルをプロジェクトに反映します。

<span id="usage" />

## 使い方

```bash
lizard config apply [flags]
```

<span id="subcommands" />

## サブコマンド

### `lizard config apply`

`lizard-config.json` ファイルをプロジェクトに反映します。

| フラグ | 説明 |
|------|-------------|
| `-f, --file <path>` | 設定ファイル（デフォルト: `lizard-config.json`） |
| `--dry-run` | 反映せずに何が変更されるかを表示 |

<span id="examples" />

## 例

<span id="apply-the-default-config-file" />

### デフォルトの設定ファイルを反映する

```bash
lizard config apply
```

<span id="apply-a-config-file-from-a-custom-path" />

### カスタムパスの設定ファイルを反映する

```bash
lizard config apply -f ./configs/prod.json
```

<span id="preview-changes-without-applying-them" />

### 反映せずに変更をプレビューする

```bash
lizard config apply --dry-run
```

<span id="see-also" />

## 関連項目

- [lizard service](https://lizard.build/ja/docs/cli/service) — 個別のサービスを管理
- [Architecture](https://lizard.build/ja/docs/concepts/architecture) — ワークスペース、プロジェクト、サービスの関係
