agentuity avatar

agentuity-cli-cloud-db-create

Create a new database resource. Requires authentication. Use for Agentuity cloud platform operations

作者 agentuity|オープンソース

Cloud Db Create

Create a new database resource

Prerequisites

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

Usage

agentuity cloud db create [options]

Options

OptionTypeRequiredDefaultDescription
--namestringYes-Custom database name

Examples

Create new item:

bunx @agentuity/cli cloud db create

Run new command:

bunx @agentuity/cli cloud db new

Create new item:

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

Create new item:

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

Output

Returns JSON object:

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