Changing sla-aware command to be less cumbersome. sla-aware command now takes --count or --percentage and they are mutually exclusive.

This commit is contained in:
Renan DelValle 2020-01-29 16:09:53 -08:00
parent b65ac55c1c
commit 8544d8a0c4
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
5 changed files with 55 additions and 63 deletions

2
go.mod
View file

@ -12,3 +12,5 @@ require (
github.com/spf13/viper v1.3.1
gopkg.in/yaml.v2 v2.2.2
)
go 1.13