# shell (Beta)

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

## Usage

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

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
    <td>`-c`, `--command`</td>
    <td>string</td>
    <td>Command to run instead of starting an interactive shell.</td>
  </tr>
  <tr>
    <td>`-h`, `--help`</td>
    <td></td>
    <td>Help for `shell`.</td>
  </tr>
</table>