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

# version, update, and completion

> Check installed version, self-update the CLI, and generate shell completion scripts.

## Version

```bash theme={null}
hyperlocalise version
```

Expected output format:

```text theme={null}
hyperlocalise: <version>
```

## Update

Update to the latest published release:

```bash theme={null}
hyperlocalise update
```

Pin a specific release tag:

```bash theme={null}
hyperlocalise update v1.2.3
```

## Completion

Use built-in Cobra completion command:

```bash theme={null}
hyperlocalise completion --help
```

Then generate and install completion scripts for your shell.
