AgentSkillsCN

deployments

管理 Koyeb 部署:取消、描述、获取、列出并查看日志。适用于用户需要了解部署状态或进行故障排查时使用。

SKILL.md
--- frontmatter
name: deployments
description: "Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting."
license: MIT
compatibility: Requires the Koyeb CLI and network access.
metadata:
  author: koyeb
  version: "0.0.1"

Koyeb Deployments

When to use

Use this skill to inspect or manage deployment history, logs, and cancellation.

Prerequisites

  • Koyeb CLI installed and on PATH
  • Authenticated session (see references/koyeb-auth.md)

Workflow

  1. Identify the service and deployment to inspect.
  2. Use list/get/describe to capture details.
  3. Read logs or cancel if requested.

Commands

  • List deployments: koyeb deployments list [flags]
  • Get deployment: koyeb deployments get <deployment-name>
  • Describe deployment: koyeb deployments describe <deployment-name>
  • Deployment logs: koyeb deployments logs <deployment-name>
  • Cancel deployment: koyeb deployments cancel <deployment-name>

Examples

  • List deployments: koyeb deployments list --service my-service
  • Cancel a deployment: koyeb deployments cancel <deployment-id>
  • Show build logs: koyeb deployments logs <deployment-id> --type build

References

For detailed flags, see references/koyeb-deployments-flags.md.

  • references/koyeb-cli.md
  • references/koyeb-deployments-flags.md
  • references/koyeb-auth.md
  • references/koyeb-output.md
  • scripts/koyeb-cli.sh