mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-25 03:00:48 -05:00
Add HCL support for defining rate limiters, with filewatching as per connection config. Closes #3746
This commit is contained in:
@@ -119,7 +119,7 @@ func runQueryCmd(cmd *cobra.Command, args []string) {
|
||||
error_helpers.FailOnError(err)
|
||||
|
||||
// if diagnostic mode is set, print out config and return
|
||||
if _, ok := os.LookupEnv(constants.EnvDiagnostics); ok {
|
||||
if _, ok := os.LookupEnv(constants.EnvConfigDump); ok {
|
||||
cmdconfig.DisplayConfig()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user