TheDocumentation Index
Fetch the complete documentation index at: https://docs.grounds.gg/llms.txt
Use this file to discover all available pages before exploring further.
grounds CLI is a single static Go binary. No JVM, no Node, no system dependencies.
Install
- macOS (Homebrew)
- Linux / WSL (script)
- Windows (scoop)
- Manual download
- From source
Verify
grounds doctor runs five checks: config, auth, api, gradle, java. The gradle and java checks are advisory — you only need them for actually pushing.
Shell completion
Generate completion scripts on demand:Updating
The CLI checks for updates lazily and prints a banner when a newer version is published. There is no auto-upgrade — use your installer of choice (brew, scoop, the install script).What’s where after install
| Path | Purpose |
|---|---|
~/.config/grounds/ (Linux), ~/Library/Application Support/grounds/ (macOS), %APPDATA%\grounds\ (Windows) | Config + credentials |
$XDG_CACHE_HOME/grounds/ | Resolved API metadata cache |
--config <dir> or GROUNDS_CONFIG_DIR.