# node upgrade (Beta)

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

## Usage

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

## Flags

Run `sudo ./<app-slug> node upgrade --help` on your installation host to list flags supported by your release.

<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 `node upgrade`.</td>
  </tr>
</table>