AgentSkillsCN

agentuity-cli-cloud-region-select

为所有命令设置默认云区域。需要身份验证。适用于 Agentuity 云平台运维。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-region-select
description: Set the default cloud region for all commands. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "[region]"
metadata:
  command: "agentuity cloud region select"
  tags: "fast requires-auth"

Cloud Region Select

Set the default cloud region for all commands

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity cloud region select [region]

Arguments

ArgumentTypeRequiredDescription
<region>stringNo-

Examples

Select default region:

bash
bunx @agentuity/cli cloud region select

Set specific region as default:

bash
bunx @agentuity/cli cloud region select usc

Output

Returns JSON object:

json
{
  "region": "string",
  "description": "string"
}
FieldTypeDescription
regionstringThe selected region code
descriptionstringThe region description