Skip to content

Commit

Permalink
chore: silence usage on getRequiredProperties errors
Browse files Browse the repository at this point in the history
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
  • Loading branch information
spbsoluble committed Dec 9, 2024
1 parent 1300d27 commit 66eb370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/storesBulkOperations.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ var storesCreateFromCSVCmd = &cobra.Command{
log.Info().Msgf("Checking for minimum required fields for creating certificate stores")
intID, reqPropertiesForStoreType, pErr := getRequiredProperties(st, *kfClient)
if pErr != nil {
cmd.SilenceUsage = true
return pErr
}

Expand Down

0 comments on commit 66eb370

Please sign in to comment.