# status (Beta)

This topic describes the options available with the Embedded Cluster `status` command.

## Usage

```bash
sudo ./<app-slug> status [flags]
```

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
    <td>`--json`</td>
    <td></td>
    <td>Print status as JSON.</td>
  </tr>
  <tr>
    <td>`-h`, `--help`</td>
    <td></td>
    <td>Help for `status`.</td>
  </tr>
</table>