We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683c7bf commit 81acba7Copy full SHA for 81acba7
config/config.go
@@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json"
15
var configKeys = []string{
16
"team",
17
"team_internal",
18
+ "first_sync_completed",
19
}
20
21
// SetConfigHome sets the configuration home directory - useful for testing
0 commit comments