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

> Command to get help about any command.

```bash theme={null}
squarecloud help
```

```bash Output theme={null}
A command line application to manage your Square Cloud applications

Usage:
  squarecloud COMMAND [flags]
  squarecloud [command]

Available Commands:
  app         Manage your applications with these commands
  auth        Manage your Square Cloud login with these commands
  commit      Make a commit for your application
  db          Manage the databases of your account
  help        Help about any command
  status      Check the Square Cloud platform health
  upload      Upload a new application
  workspace   Manage your team workspaces
  zip         Zip the current folder

Flags:
  -h, --help      help for squarecloud
      --json      Output raw JSON
  -v, --version   Print CLI version

Use "squarecloud [command] --help" for more information about a command.
```

## Global flags and behavior

* **`--json`** is available on every command, including subcommands, and prints raw machine-readable output instead of the formatted table or message.
* **`-y`/`--yes`** skips the `y/N` confirmation prompt on destructive commands, such as `db delete`, `db credentials reset` and `db snapshot restore`.
* Pressing **Ctrl+C** cancels any in-flight API request.
* Setting **`SQUARECLOUD_DEBUG=1`** logs every API request and response to stderr, useful when troubleshooting a command.
