forked from Azure/git-ape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 773 Bytes
/
plugin.json
File metadata and controls
26 lines (26 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "git-ape",
"description": "Intelligent agent system for deploying any Azure workload through GitHub Copilot. Provides guided, safe, and validated deployments using ARM templates, with built-in security analysis, cost estimation, and CI/CD pipeline integration.",
"version": "0.1.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",
"workloads",
"deployment",
"arm-templates",
"devops",
"security",
"cost-estimation",
"github-actions",
"copilot-agents"
],
"agents": ".github/agents/",
"skills": ".github/skills/"
}