Skip to main content

plugin.json

The plugin manifest defines the Git-Ape Copilot CLI plugin metadata.

Current Configuration​

FieldValue
Namegit-ape
Version0.0.1
DescriptionIntelligent 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, and CI/CD pipeline integration.
AuthorMicrosoft
LicenseMIT
Agents Path.github/agents/
Skills Path.github/skills/

Keywords​

azure · cloud · infrastructure · arm-templates · deployment · devops · iac · security · cost-estimation · github-actions

Full Source​

{
"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, and CI/CD pipeline integration.",
"version": "0.0.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure/git-ape"
},
"homepage": "https://github.com/Azure/git-ape",
"repository": "https://github.com/Azure/git-ape",
"license": "MIT",
"keywords": [
"azure",
"cloud",
"infrastructure",
"arm-templates",
"deployment",
"devops",
"iac",
"security",
"cost-estimation",
"github-actions"
],
"agents": ".github/agents/",
"skills": ".github/skills/"
}