# support-bundle (Beta)

This topic describes the options available with the Embedded Cluster `support-bundle` command. For more information about troubleshooting Embedded Cluster, see [Troubleshoot Embedded Cluster](embedded-troubleshooting).

## Usage

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

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
    <td>`-o`, `--output`</td>
    <td>string</td>
    <td>Path for the support bundle output file.</td>
  </tr>
  <tr>
    <td>`-h`, `--help`</td>
    <td></td>
    <td>Help for `support-bundle`.</td>
  </tr>
</table>