This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Kubectl.
                            
 
	
		Summary
	
             Copy files and directories to and from containers.
            
             
		
	Syntax
	public static IEnumerable<string> KubectlCpWithResult(this ICakeContext context, KubectlCpSettings settings)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| settings | 
						KubectlCpSettings | 
						The settings. | 
					
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | 
						Description | 
					
				
				
					| IEnumerable<string> | 
					Output lines. |