Region Commands
Use kt regions to discover and configure your default API region.
List regions
kt regions list
Calls GET /v1/regions and prints lifecycle state, sovereignty class, and API endpoints.
Set default region
kt regions use eu-west
Writes default_region to ~/.keeptrusts/config.yaml.
Global --region flag
Override the active region for any command:
kt --region us-east events tail
Precedence: --region > KEEPTRUSTS_REGION env > config default_region.