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

# 版本、更新和完成

> 检查已安装的版本，自我更新 CLI，并生成 shell 补全脚本。

## 版本

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

预期输出格式：

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

## 更新

更新到最新发布版本：

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

固定特定的发布标签：

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

## 完成

使用内置的 Cobra 补全命令：

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

然后为你的 shell 生成并安装补全脚本。
