Loading...
Loading...
Provides foundational knowledge about GuaraCloud PaaS platform — projects, services, deployments, tiers, build methods, and CLI installation and authentication. Use when the user mentions GuaraCloud, asks about platform concepts, or needs to set up the CLI.
npx skill4agent add guaracloud/agent-skills cloud{service}-{project}.guaracloud.comowneradminmemberviewernpm install -g @guaracloud/cliguaraguaracloud# Browser-based OAuth (interactive)
guara login
# Direct API key (non-interactive / CI)
guara login --api-key <key>
# Verify
guara whoamiGUARA_API_KEY--project--serviceGUARA_PROJECTGUARA_SERVICE.guara.jsonguara link
# Creates .guara.json with { "project": "slug", "service": "slug" }| Flag | Short | Description |
|---|---|---|
| Output as JSON | |
| | Suppress non-essential output |
| | Project slug override |
| | Service slug override |
| | Skip confirmation prompts |
| Override API key for this request | |
| Override API base URL |
| Command | Purpose | See skill |
|---|---|---|
| Authenticate | — |
| Clear credentials | — |
| Show current user | — |
| List projects | guara-deploy |
| Create project | guara-deploy |
| Project details | guara-deploy |
| List services | guara-deploy |
| Create service | guara-deploy |
| Service details | guara-deploy |
| Start stopped service | guara-deploy |
| Stop running service | guara-deploy |
| Rolling restart | guara-deploy |
| Delete service | guara-deploy |
| Trigger deployment | guara-deploy |
| Rollback deployment | guara-deploy |
| Deployment history | guara-deploy |
| Toggle autoscaling | guara-deploy |
| List custom domains | guara-deploy |
| Add custom domain | guara-deploy |
| Remove domain | guara-deploy |
| List env vars | guara-develop |
| Set env vars | guara-develop |
| Remove env vars | guara-develop |
| Link dir to project | guara-develop |
| Remove link | guara-develop |
| Shell into container | guara-develop |
| Forward local port | guara-develop |
| View/stream logs | guara-develop |
| Open service in browser | — |
| Platform status | — |
| Show CLI config | — |
| Get config value | — |
| Set config value | — |
| Reset to defaults | — |
guaraguara services info--jsonguara link