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

> Square Cloud 上のアプリケーションの snapshot を管理します。

```bash theme={null}
squarecloud app snapshot create
# Creates a snapshot of your application on Square Cloud.
```

```bash theme={null}
squarecloud app snapshot create --download
# Downloads the snapshot to your local machine after it's created.
```

```bash theme={null}
squarecloud app snapshot list
# Lists all applications snapshots on Square Cloud.
```

```bash theme={null}
squarecloud app snapshot list <appID>
# Lists all snapshots for a specific application identified by <appID>.
```

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