cmd.Flags().StringSlice("from-file",[]string{},"Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid configmap key.")
cmd.Flags().StringSlice("from-literal",[]string{},"Specify a key and literal value to insert in configmap (i.e. mykey=somevalue)")
cmd.Flags().StringArray("from-literal",[]string{},"Specify a key and literal value to insert in configmap (i.e. mykey=somevalue)")