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

# squarecloud app load-balancers

> カスタムドメインを、それを共有しているアプリケーションごとにグループ化して一覧表示します。

複数のアプリケーションに紐づけられたカスタムドメイン（ロードバランサー）を、ホスト名ごとにグループ化して一覧表示し、そのドメインを共有する各アプリケーションの app ID、アプリ名、クラスターも併せて表示します。

```bash theme={null}
squarecloud app load-balancers
# Lists custom domains shared by more than one application.
```

```bash theme={null}
squarecloud app lb
# Alias for "load-balancers".
```

```bash theme={null}
squarecloud app load-balancers --json
# Prints the raw load balancer list as JSON.
```

このコマンドの詳細については `squarecloud app load-balancers --help` を使用してください。
