mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
feat(gcloud): add detect_env_vars option (#5166)
* feat(gcloud): add `detect_env_vars` option * regenerate config schema
This commit is contained in:
@@ -522,6 +522,7 @@
|
||||
},
|
||||
"gcloud": {
|
||||
"default": {
|
||||
"detect_env_vars": [],
|
||||
"disabled": false,
|
||||
"format": "on [$symbol$account(@$domain)(\\($region\\))]($style) ",
|
||||
"project_aliases": {},
|
||||
@@ -3097,6 +3098,13 @@
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"detect_env_vars": {
|
||||
"default": [],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user