Claude-skill-registry agentuity-cli-cloud-deploy

Deploy project to the Agentuity Cloud. Requires authentication. Use for Agentuity cloud platform operations

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-deploy" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-deploy && rm -rf "$T"
manifest: skills/data/agentuity-cli-cloud-deploy/SKILL.md
source content

Cloud Deploy

Deploy project to the Agentuity Cloud

Prerequisites

  • Authenticated with
    agentuity auth login
  • Project context required (run from project directory or use
    --project-id
    )
  • auth login

Usage

agentuity cloud deploy [options]

Options

OptionTypeRequiredDefaultDescription
--logsUrl
stringYes-The url to the CI build logs
--trigger
stringNo
"cli"
The trigger that caused the build
--commitUrl
stringYes-The url to the CI commit
--message
stringYes-The message to associate with this deployment
--commit
stringYes-The commit SHA for this deployment
--branch
stringYes-The git branch for this deployment
--provider
stringYes-The CI provider name (attempts to autodetect)
--repo
stringYes-The repo url
--event
stringNo
"manual"
The event that triggered the deployment
--pullRequestNumber
numberYes-the pull request number
--pullRequestUrl
stringYes-the pull request url
--reportFile
stringYes-file path to save build report JSON with errors, warnings, and diagnostics
--childMode
booleanNo
false
Internal: run as forked child process

Examples

Deploy current project:

bunx @agentuity/cli cloud deploy

Deploy with verbose output:

bunx @agentuity/cli cloud deploy --log-level=debug

Output

Returns JSON object:

{
  "success": "boolean",
  "deploymentId": "string",
  "projectId": "string",
  "logs": "array",
  "urls": "object"
}
FieldTypeDescription
success
booleanWhether deployment succeeded
deploymentId
stringDeployment ID
projectId
stringProject ID
logs
arrayThe deployment startup logs
urls
objectDeployment URLs