> ## 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 info

> Square Cloud 上のアプリケーションの詳細情報を表示します。

アプリケーション ID、名前、説明、言語、メモリ、クラスター、オーナー、ドメイン、カスタムドメイン、作成日を表示します。アプリケーション ID は省略可能です。CLI は引数、次にカレントディレクトリの `squarecloud.app` 設定ファイル、最後にインタラクティブな選択メニューの順で解決します。

```bash theme={null}
squarecloud app info
# Uses the app ID from squarecloud.app or an interactive picker.
```

```bash theme={null}
squarecloud app info <appID>
# Shows detailed info for a specific application.
```

```bash theme={null}
squarecloud app info --json
# Prints the raw application object as JSON.
```

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