# runai upgrade

upgrades the CLI to the latest version

```
runai upgrade [flags]
```

## Options

```
      --exec string   the shell that will be used to run the upgrade (default "bash")
      --force         upgrade CLI without checking for new version
  -h, --help          help for upgrade
```

## Options inherited from parent commands

```
      --config-file string   config file name; can be set by environment variable RUNAI_CLI_CONFIG_FILE (default "config.json")
      --config-path string   config path; can be set by environment variable RUNAI_CLI_CONFIG_PATH
  -d, --debug                enable debug mode
  -q, --quiet                enable quiet mode, suppress all output except error messages
      --verbose              enable verbose mode
```

## SEE ALSO

* [runai](https://run-ai-docs.nvidia.com/self-hosted/2.22/reference/cli/runai) - Run:ai Command-line Interface
