diff --git a/cmd/list/list.go b/cmd/list/list.go index ab78fb6e..d118448b 100644 --- a/cmd/list/list.go +++ b/cmd/list/list.go @@ -63,8 +63,6 @@ func GetListCmd(ks meta.IKubescape) *cobra.Command { }, } listCmd.PersistentFlags().StringVarP(&listPolicies.Credentials.Account, "account", "", "", "Kubescape SaaS account ID. Default will load account ID from cache") - listCmd.PersistentFlags().StringVarP(&listPolicies.Credentials.ClientID, "client-id", "", "", "Kubescape SaaS client ID. Default will load client ID from cache, read more - https://hub.armosec.io/docs/authentication") - listCmd.PersistentFlags().StringVarP(&listPolicies.Credentials.SecretKey, "secret-key", "", "", "Kubescape SaaS secret key. Default will load secret key from cache, read more - https://hub.armosec.io/docs/authentication") listCmd.PersistentFlags().StringVar(&listPolicies.Format, "format", "pretty-print", "output format. supported: 'pretty-print'/'json'") listCmd.PersistentFlags().MarkDeprecated("id", "Control ID's are included in list outputs")