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

# Commands overview

> Top-level command map with links to task-focused command docs.

## CLI shape

```bash theme={null}
hyperlocalise [command]
```

Main commands:

* `init`
* `crowdin`
* `run`
* `extract`
* `pack`
* `check`
* `eval`
* `status`
* `sync pull`
* `sync push`
* `version`
* `update`
* `completion`

## Start points by task

* First setup: [init](/cli/commands/init)
* Crowdin file workflow: [crowdin](/cli/commands/crowdin)
* Local draft generation: [run](/cli/commands/run)
* Extract React Intl catalogs: [extract](/cli/commands/extract)
* Prepare translation JSON: [pack](/cli/commands/pack)
* Translation integrity checks: [check](/cli/commands/check)
* Quality experiments and gating: [eval](/cli/commands/eval)
* Reporting progress: [status](/cli/commands/status)
* Pull curated translations: [sync pull](/cli/commands/sync-pull)
* Push local changes: [sync push](/cli/commands/sync-push)
