> ## 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` 获取有关此命令的更多信息。
