mirror of
https://github.com/starship/starship.git
synced 2024-11-25 01:33:41 +01:00
chore: update config schema
This commit is contained in:
parent
a114563481
commit
2345d42a27
29
.github/config-schema.json
vendored
29
.github/config-schema.json
vendored
@ -1741,6 +1741,16 @@
|
||||
},
|
||||
"terraform": {
|
||||
"default": {
|
||||
"commands": [
|
||||
[
|
||||
"terraform",
|
||||
"version"
|
||||
],
|
||||
[
|
||||
"tofu",
|
||||
"version"
|
||||
]
|
||||
],
|
||||
"detect_extensions": [
|
||||
"tf",
|
||||
"tfplan",
|
||||
@ -6057,6 +6067,25 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"default": [
|
||||
[
|
||||
"terraform",
|
||||
"version"
|
||||
],
|
||||
[
|
||||
"tofu",
|
||||
"version"
|
||||
]
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
Loading…
Reference in New Issue
Block a user