feat(config): Adds support for --profile <custom profile name> (#3467)

Co-authored-by: Kevin Song <chips@ksong.dev>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
Florent Vilmart
2023-01-11 22:25:36 -05:00
committed by GitHub
parent bb549e665e
commit 10433e31ef
5 changed files with 115 additions and 20 deletions
+7
View File
@@ -1744,6 +1744,13 @@
"type": "string"
}
}
},
"profiles": {
"default": {},
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false,