Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
From source
git clone https://github.com/golain-io/golain-cli.git
cd golain-cli
go build -o golain ./cli/cmd
sudo mv golain /usr/local/bin/
Verify:
Production endpoints
The CLI defaults to Golain cloud endpoints:
- API:
https://api.ilyama.golain.io
- Auth:
https://dev.zitadel.golain.io
Self-hosted operators must build from source with updated endpoints or use environment/configuration overrides if supported by your fork.
First login
Opens the system browser for Zitadel OAuth2. Token is stored locally for subsequent commands.
Then configure defaults:
golain set --org-id=<uuid> --project-id=<uuid> --fleet-id=<uuid>
Find IDs in the console URL or via platform-tui.
→ Command reference