You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, I can either run all checks or specifically select them. It would be nice to be able to select them by scope, something like:
$> aws-quota-checker check all
# Run only account scope checks$> aws-quota-checker check --scope account all
# or run everything *except* account scope checks$> aws-quota-checker check all,!scope:account
The text was updated successfully, but these errors were encountered:
Right now, I can either run
all
checks or specifically select them. It would be nice to be able to select them by scope, something like:The text was updated successfully, but these errors were encountered: