generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
33 lines (33 loc) · 1.09 KB
/
devcontainer-feature.json
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
27
28
29
30
31
32
33
{
"id": "atlas",
"version": "1.0.3",
"name": "Atlas CLI",
"description": "[Atlas](https://atlasgo.io) is a language-independent tool for managing and migrating database schemas using modern DevOps principles.",
"documentationURL": "https://github.com/marcozac/devcontainer-features/tree/main/src/atlas",
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select or enter an Atlas version."
},
"communityEdition": {
"type": "boolean",
"default": true,
"description": "Install the Community Edition of Atlas building from source."
},
"goVersion": {
"type": "string",
"proposals": [
"1.20.7"
],
"default": "1.20.7",
"description": "The Go version to use to build a specific (community edition) version of the Atlas CLI"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}