mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	add alias for createconfigmap
This commit is contained in:
		@@ -56,6 +56,7 @@ var (
 | 
			
		||||
func NewCmdCreateConfigMap(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
 | 
			
		||||
	cmd := &cobra.Command{
 | 
			
		||||
		Use:     "configmap NAME [--from-file=[key=]source] [--from-literal=key1=value1] [--dry-run]",
 | 
			
		||||
		Aliases: []string{"cm"},
 | 
			
		||||
		Short:   "Create a configmap from a local file, directory or literal value",
 | 
			
		||||
		Long:    configMapLong,
 | 
			
		||||
		Example: configMapExample,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user