forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
20 lines (20 loc) 路 926 Bytes
/
Copy pathdevcontainer-feature.json
File metadata and controls
20 lines (20 loc) 路 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "azure-apiops",
"version": "1.0.2",
"name": "Azure Apiops (Extractor and Publisher) (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/azure-apiops",
"description": "APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that theyre building.",
"options": {
"version": {
"default": "latest",
"description": "Select the version you would like to install.",
"proposals": [
"latest"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/gh-release"
]
}