# completion

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

## Usage

```bash
sudo ./<app-slug> completion [command]
```

## Subcommands

<table>
  <tr>
    <th width="35%">Command</th>
    <th width="65%">Description</th>
  </tr>
  <tr>
     <td>bash</td>
     <td>
        <p>Generate the autocompletion script for bash</p>
     </td>
  </tr>
  <tr>
     <td>fish</td>
     <td>
        <p>Generate the autocompletion script for fish</p>
     </td>
  </tr>
  <tr>
     <td>powershell</td>
     <td>
        <p>Generate the autocompletion script for powershell</p>
     </td>
  </tr>
  <tr>
     <td>zsh</td>
     <td>
        <p>Generate the autocompletion script for zsh</p>
     </td>
  </tr>
</table>

## 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 completion</p>
     </td>
  </tr>
</table>