We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882b4b8 commit b29625eCopy full SHA for b29625e
1 file changed
config/config.go
@@ -14,6 +14,7 @@ const configPath = "cloudquery/config.json"
14
15
var configKeys = []string{
16
"team",
17
+ "team_internal",
18
}
19
20
// SetConfigHome sets the configuration home directory - useful for testing
0 commit comments