cmd.Flags().IntP("replicas","r",1,"Number of replicas to create for this container. Default 1")
cmd.Flags().Bool("dry-run",false,"If true, only print the object that would be sent, don't actually do anything")
cmd.Flags().StringP("labels","l","","Labels to apply to the pod(s) created by this call to run.")
cmd.Flags().String("overrides","","An inline JSON override for the generated object. If this is non-empty, it is parsed used to override the generated object")