Cloud Region Select
Set the default cloud region for all commands
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud region select [region]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<region> |
string | No | - |
Examples
Select default region:
bunx @agentuity/cli cloud region select
Set specific region as default:
bunx @agentuity/cli cloud region select usc
Output
Returns JSON object:
{
"region": "string",
"description": "string"
}
| Field | Type | Description |
|---|---|---|
region |
string | The selected region code |
description |
string | The region description |