squarecloud app snapshot create
# Creates a snapshot of your application on Square Cloud.
squarecloud app snapshot create --download
# Downloads the snapshot to your local machine after it's created.
squarecloud app snapshot list
# Lists all applications snapshots on Square Cloud.
squarecloud app snapshot list <appID>
# Lists all snapshots for a specific application identified by <appID>.
Use squarecloud app snapshot --help for more information about this command.