# completion (Beta)

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>Generate the autocompletion script for bash.</td>
  </tr>
  <tr>
    <td>`fish`</td>
    <td>Generate the autocompletion script for fish.</td>
  </tr>
  <tr>
    <td>`powershell`</td>
    <td>Generate the autocompletion script for PowerShell.</td>
  </tr>
  <tr>
    <td>`zsh`</td>
    <td>Generate the autocompletion script for zsh.</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>Help for `completion`.</td>
  </tr>
</table>