AgentSkillsCN

agentuity-cli-cloud-db-create

创建新的数据库资源。需进行身份验证。可用于 Agentuity 云平台的运维操作。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-db-create
description: Create a new database resource. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
  command: "agentuity cloud db create"
  tags: "mutating creates-resource slow requires-auth requires-deployment"

Cloud Db Create

Create a new database resource

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

bash
agentuity cloud db create [options]

Options

OptionTypeRequiredDefaultDescription
--namestringYes-Custom database name
--descriptionstringYes-Optional database description

Examples

Create new item:

bash
bunx @agentuity/cli cloud db create

Run new command:

bash
bunx @agentuity/cli cloud db new

Create new item:

bash
bunx @agentuity/cli cloud db create --name my-db

Create new item:

bash
bunx @agentuity/cli --dry-run cloud db create

Output

Returns JSON object:

json
{
  "success": "boolean",
  "name": "string"
}
FieldTypeDescription
successbooleanWhether creation succeeded
namestringCreated database name