Skip to main content

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.

golain login

Authenticate with Zitadel OAuth2. Opens default browser, stores token securely.
golain login

golain set

Configure default org, project, and fleet for later commands.
golain set --org-id=UUID --project-id=UUID --fleet-id=UUID

# Individual values
golain set --org-id=UUID
golain set --project-id=UUID
golain set --fleet-id=UUID

golain devices

List devices in the configured fleet.
golain devices
golain devices --org-id=UUID --project-id=UUID --fleet-id=UUID
Output columns: name, device ID, connection status, last seen.

golain device

Detail view for one device.
golain device "sensor-01"
golain device "Living Room Hub"

golain ssh

Interactive shell via MQTT bridge.
golain ssh "sensor-01"
Prerequisites:
  • Device name must exist in configured fleet
  • Edge client online with SSH/RPC modules enabled
  • Your user has permission to access the device

golain config

Print current configuration (org, project, fleet, truncated token, version).
golain config

Global flags

FlagDescription
-c, --configPath to config file