# version

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

## Usage

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

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

## Subcommands

<table>
  <tr>
    <th width="35%">Command</th>
    <th width="65%">Description</th>
  </tr>
  <tr>
     <td>embedded-data</td>
     <td>
        <p>Read the application data embedded in the cluster</p>
     </td>
  </tr>
  <tr>
     <td>list-images</td>
     <td>
        <p>List images embedded in the cluster</p>
     </td>
  </tr>
  <tr>
     <td>metadata</td>
     <td>
        <p>Print metadata about this release</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 version</p>
     </td>
  </tr>
</table>