Marketplace Configuration
The marketplace manifest configures how Git-Ape appears in the Copilot CLI plugin marketplace.
Current Configuration​
| Field | Value |
|---|---|
| Name | git-ape |
| Owner | Microsoft |
| Version | 0.0.1 |
| Description | Git-Ape — Intelligent Azure deployment agent and skill suite for GitHub Copilot. Onboard any repository with guided ARM template generation, security analysis, cost estimation, drift detection, and automated CI/CD pipelines. |
Plugins​
- git-ape v0.0.1: Intelligent Azure deployment agent system for GitHub Copilot. Provides guided, safe, and validated Azure resource deployments using ARM templates, with built-in security analysis, cost estimation, drift detection, and CI/CD pipeline integration.
- ape-context v1.0.0: Extension for git-ape that provides enhanced context management, allowing platform teams to set up a baseline for Engineering context, tools use & intent
Full Source​
{
"name": "git-ape",
"owner": {
"name": "Microsoft",
"url": "https://github.com/Azure/git-ape"
},
"metadata": {
"description": "Git-Ape — Intelligent Azure deployment agent and skill suite for GitHub Copilot. Onboard any repository with guided ARM template generation, security analysis, cost estimation, drift detection, and automated CI/CD pipelines.",
"version": "0.0.1"
},
"plugins": [
{
"name": "git-ape",
"description": "Intelligent Azure deployment agent system for GitHub Copilot. Provides guided, safe, and validated Azure resource deployments using ARM templates, with built-in security analysis, cost estimation, drift detection, and CI/CD pipeline integration.",
"version": "0.0.1",
"source": "."
},
{
"name": "ape-context",
"description": "Extension for git-ape that provides enhanced context management, allowing platform teams to set up a baseline for Engineering context, tools use & intent",
"version": "1.0.0",
"author": {
"name": "Suzanne Daniels",
"url": "https://suuu.us"
},
"homepage": "https://github.com/suuus/ape-context",
"keywords": [
"context",
"intent",
"infrastructure",
"deployment",
"documentation",
"git-ape"
],
"license": "MIT",
"repository": "https://github.com/suuus/ape-context",
"source": {
"source": "github",
"repo": "suuus/ape-context",
"path": ".github/plugins/ape-context"
}
}
]
}