> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyhook upgrade

## skyhook upgrade

Upgrade skyhook CLI to the latest version

### Synopsis

Upgrade skyhook CLI to the latest version.

Downloads and installs the latest release from GitHub.
If installed via Homebrew, provides instructions to use brew upgrade instead.

```
skyhook upgrade [flags]
```

### Examples

```
  skyhook upgrade           # Upgrade to latest version
  skyhook upgrade --check   # Check for updates without installing
```

### Options

```
      --check   Check for updates without installing
  -h, --help    help for upgrade
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook](/cli-reference/skyhook)	 - skyhook is a CLI tool to help you create and manage k8s services
