version

Retrieve the installed Koyeb CLI version as a semantic version string.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill version-koyeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/version
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill version-koyeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Retrieve the installed Koyeb CLI version to verify compatibility and support troubleshooting.

Core Features & Use Cases

  • Quick verification of the active Koyeb CLI version to ensure the correct CLI is in use.
  • Useful before upgrading, debugging, or scripting automation that relies on a specific CLI version.

Quick Start

Run koyeb version to display the installed Koyeb CLI version.

Frequently Asked Questions about version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my installed Koyeb CLI version?

Checking your installed Koyeb CLI version helps ensure compatibility before upgrading, debugging, or scripting automation. The Skill returns a semantic version string that can be used in environment checks and troubleshooting workflows across different systems.

Why does the Koyeb CLI version check command fail to run?

The Koyeb CLI version check requires the Koyeb CLI to be installed and available on your system PATH. If the command fails, verify that the CLI binary is installed correctly and its location is included in your PATH environment variable.

Can I use the Koyeb CLI version output in automation scripts?

Yes, the Koyeb CLI version check returns a semantic version string suitable for environment checks and automation scripts. You can use this output to programmatically verify that the correct CLI version is in use before running deployment or diagnostics workflows.

Do I need the Koyeb CLI installed to check its version?

Yes, the Koyeb CLI must be installed and accessible on your PATH to retrieve its version. This Skill depends on the CLI being present in the environment and cannot determine a version if the CLI is not installed on the system.

What's the best way to verify Koyeb CLI compatibility across environments?

Running koyeb version on each environment returns the installed CLI's semantic version string. Comparing these outputs across development, deployment, and troubleshooting contexts ensures the correct CLI version is consistently in use wherever the Koyeb CLI is deployed.