# shell

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>`-h, --help`</td>
     <td></td>
     <td>
        <p>help for shell</p>
     </td>
  </tr>
</table>