# eggox update

Fetch the newest eggox from the server you use.

```
eggox update
```

For an install made with the installer: fetches the newest CLI from the
server and replaces the file, if the version differs. Anything that is
not the CLI (an error page, a website) is refused and nothing changes.

An install made with npm is npm's to update:

```
npm install -g @eggox/cli@latest
```

## Examples

```
$ eggox update
eggox 0.1.3 → 0.1.4, from https://eggox.net.
```

