agentuity-cli-cloud-deploy
Deploy project to the Agentuity Cloud. Requires authentication. Use for Agentuity cloud platform operations
Best use case
agentuity-cli-cloud-deploy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Deploy project to the Agentuity Cloud. Requires authentication. Use for Agentuity cloud platform operations
Teams using agentuity-cli-cloud-deploy should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentuity-cli-cloud-deploy/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentuity-cli-cloud-deploy Compares
| Feature / Agent | agentuity-cli-cloud-deploy | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Deploy project to the Agentuity Cloud. Requires authentication. Use for Agentuity cloud platform operations
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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
```bash
agentuity cloud deploy [options]
```
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--logsUrl` | string | Yes | - | The url to the CI build logs |
| `--trigger` | string | No | `"cli"` | The trigger that caused the build |
| `--commitUrl` | string | Yes | - | The url to the CI commit |
| `--message` | string | Yes | - | The message to associate with this deployment |
| `--commit` | string | Yes | - | The commit SHA for this deployment |
| `--branch` | string | Yes | - | The git branch for this deployment |
| `--provider` | string | Yes | - | The CI provider name (attempts to autodetect) |
| `--repo` | string | Yes | - | The repo url |
| `--event` | string | No | `"manual"` | The event that triggered the deployment |
| `--pullRequestNumber` | number | Yes | - | the pull request number |
| `--pullRequestUrl` | string | Yes | - | the pull request url |
| `--reportFile` | string | Yes | - | file path to save build report JSON with errors, warnings, and diagnostics |
| `--childMode` | boolean | No | `false` | Internal: run as forked child process |
## Examples
Deploy current project:
```bash
bunx @agentuity/cli cloud deploy
```
Deploy with verbose output:
```bash
bunx @agentuity/cli cloud deploy --log-level=debug
```
## Output
Returns JSON object:
```json
{
"success": "boolean",
"deploymentId": "string",
"projectId": "string",
"logs": "array",
"urls": "object"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `success` | boolean | Whether deployment succeeded |
| `deploymentId` | string | Deployment ID |
| `projectId` | string | Project ID |
| `logs` | array | The deployment startup logs |
| `urls` | object | Deployment URLs |Related Skills
android-deploy-usb
Build and deploy Android app to connected device via USB. Fast deployment (~2-5 seconds) using Gradle and ADB. Use when deploying, installing, or building Android apps to physical devices.
alibaba-cloud-architecture
Alibaba Cloud architecture patterns and best practices. Use when designing, deploying, or reviewing infrastructure on Alibaba Cloud including ECS, ACK, Function Compute, and OSS.
alchemy-cloudflare
Alchemy IaC patterns for deploying TanStack Start apps to Cloudflare Workers with D1 databases. Use when setting up new TanStack Start projects, configuring Alchemy deployments, working with D1/Drizzle migrations, local development with Cloudflare bindings, or deploying to custom domains.
aks-deployment
Deploying and debugging Toygres on AKS (Azure Kubernetes Service). Use when deploying, debugging pods, viewing logs, troubleshooting SSL, or managing Kubernetes resources.
aks-deployment-troubleshooter
Diagnose and fix Kubernetes deployment failures, especially ImagePullBackOff, CrashLoopBackOff, and architecture mismatches. Battle-tested from 4-hour AKS debugging session with 10+ failure modes resolved.
agentuity-cli-cloud-thread-get
Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-stream-get
Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-ssh
SSH into a cloud project or sandbox. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-session-logs
Get logs for a specific session. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-session-get
Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-secret-pull
Pull secrets from cloud to local .env file. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-scp-upload
Upload a file using security copy. Requires authentication. Use for Agentuity cloud platform operations