cmd.Flags().StringP("selector","l","","Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)")
cmd.Flags().Bool("all",false,"Select all resources in the namespace of the specified resource types")
cmd.Flags().String("resource-version","",i18n.T("Precondition for resource version. Requires that the current resource version match this value in order to scale."))
cmd.Flags().Int("current-replicas",-1,"Precondition for current size. Requires that the current size of the resource match this value in order to scale.")
cmd.Flags().Int("replicas",-1,"The new desired number of replicas. Required.")