aspire

Orchestrate distributed applications with Aspire CLI commands.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill aspire-emeaappgbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/aspire
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill aspire-emeaappgbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aspire-cli, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to easily start, stop, debug, and manage your Aspire distributed applications through the Aspire CLI.

Core Features & Use Cases

  • Orchestration of Aspire Apps: Provides commands to manage your distributed applications like start, stop, describe, add integrations, and view logs.
  • Use Case: Use aspire start to begin running your app and aspire logs to monitor logs. It is particularly useful for managing applications with complex interdependencies.

Quick Start

Run 'aspire start' to begin your application. For logging and debugging, use 'aspire logs' followed by the name of your application or resource.

Frequently Asked Questions about aspire

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

FAQPage Schema
How do I manage distributed applications with complex interdependencies using the Aspire CLI?

You can manage distributed applications using the Aspire CLI by executing commands to start, stop, and describe your app orchestration. It handles resource management for applications with complex interdependencies.

What is the best way to monitor logs for a running distributed application?

To monitor logs for a running distributed application, use the 'aspire logs' command followed by the specific application or resource name. This provides direct access to your application's logging output.

Do I need Bash shell capabilities to run Aspire CLI commands?

Yes, Bash shell capabilities are required to run Aspire CLI commands. The Skill is designed for users working with distributed apps and relies on Bash to execute application orchestration scripts.

How do I start and stop my Aspire distributed applications?

You start and stop Aspire distributed applications by running 'aspire start' to begin execution and 'aspire stop' to halt it. These commands orchestrate your application deployment and resource management.

Can I add integrations to my distributed app after it has started?

Yes, you can add integrations to your distributed app after it has started. The Aspire CLI provides specific commands to add integrations and describe your currently running application resources.

Why does resource management fail when orchestrating distributed apps?

Resource management issues during distributed app orchestration usually stem from misconfigured interdependencies. Use 'aspire describe' to inspect application states and 'aspire logs' to diagnose deployment errors.