Sample output
gaal doctor -o json.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Print the gaal version and build time.
gaal version
$ gaal version
gaal v0.3.0
built 2026-04-18T09:00:00Z
gaal doctor -o json.
$ gaal version -o json
{
"version": "v0.3.0",
"built": "2026-04-18T09:00:00Z"
}
Was this page helpful?