Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

Agentuity CLI Cloud DB Create

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

majiayu000 d7988f4 2 files · 2.0 KB Updated 567 repo stars

File contents

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

Option Type Required Default Description
--name string Yes - 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"
}
Field Type Description
success boolean Whether creation succeeded
name string Created database name

majiayu000/claude-skill-registry-data/tree/main/platform/agentuity-cli-cloud-db-create-agentuity-examples-2 commit d7988f4095

Frequently asked questions

npx skillmds add majiayu000/agentuity-cli-cloud-db-create