ankra-cli

Manage Ankra Platform clusters, stacks, and manifests from the terminal.

26|2|Updated Jul 11, 2025
One-click install
npx skills add https://github.com/ankraio/ankra-cli --skill ankra-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ankra-cli
Source: https://github.com/ankraio/ankra-cli/tree/main/internal/skills/embedded/skills/ankra-cli
Command: npx skills add https://github.com/ankraio/ankra-cli --skill ankra-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Ankra CLI enables developers to manage organizations, clusters, stacks, manifests, credentials, and to inspect live cluster state from the terminal, enabling efficient, reproducible platform operations.

Core Features & Use Cases

  • Login and organization/cluster management to set the active scope
  • Apply cluster/stack YAML and inspect Kubernetes resources and logs
  • Chat with Ankra AI for guided triage and operational advice

Quick Start

Install the ankra CLI, run ankra login to authenticate, then select your organisation and cluster to begin managing resources.

Frequently Asked Questions about ankra-cli

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

FAQPage Schema
How do I manage Kubernetes clusters from the terminal?

You can manage Kubernetes clusters from the terminal by using a CLI to apply YAML, inspect live resources, and view logs. It enables terminal-based management of clusters, stacks, and manifests with reproducible commands.

Can I deploy YAML manifests to a Kubernetes cluster via command line?

Yes, you can deploy YAML manifests to a Kubernetes cluster via command line. The CLI allows you to apply cluster and stack YAML directly, ensuring efficient and reproducible platform operations.

Does the Ankra CLI support AI-guided triage for operational issues?

Yes, the Ankra CLI supports AI-guided triage for operational issues. You can chat with Ankra AI directly from the terminal to receive guided triage and operational advice across your active scope.

What is the best way to set the active scope for platform operations?

The best way to set the active scope for platform operations is to log in and select your organization and cluster. This context persistence ensures your subsequent commands apply to the correct active scope.

How does context persistence work when managing multiple organizations?

Context persistence works by retaining your selected organization and cluster after login. This ensures your terminal commands for inspecting resources and deploying YAML remain scoped and reproducible across sessions.

Are there prerequisites for inspecting live cluster state from the terminal?

To inspect live cluster state from the terminal, you need to install the CLI, authenticate your login, and select a specific organization and cluster. This sets the active scope required for resource inspection.