| 
									
										
										
										
											2017-08-28 01:03:59 +02:00
										 |  |  | import * as helpers from './mod.helpers'; | 
					
						
							|  |  |  | import { Dockerfile } from './mod.classes.dockerfile'; | 
					
						
							|  |  |  | export { Dockerfile, helpers }; | 
					
						
							| 
									
										
										
										
											2017-08-27 15:24:17 +02:00
										 |  |  | export declare let modArgvArg: any; | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * handle cli input | 
					
						
							|  |  |  |  * @param argvArg | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export declare let handleCli: (argvArg: any) => Promise<void>; | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * builds a cwd of Dockerfiles by triggering a promisechain | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export declare let build: () => Promise<void>; | 
					
						
							| 
									
										
										
										
											2017-08-28 02:24:06 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * login to the DockerRegistries | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export declare let login: () => Promise<void>; | 
					
						
							| 
									
										
										
										
											2017-08-27 15:24:17 +02:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2017-08-28 01:03:59 +02:00
										 |  |  |  * logs in docker | 
					
						
							| 
									
										
										
										
											2017-08-27 15:24:17 +02:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-08-28 01:03:59 +02:00
										 |  |  | export declare let prepare: () => Promise<void>; | 
					
						
							|  |  |  | export declare let push: (argvArg: any) => Promise<void>; | 
					
						
							|  |  |  | export declare let pull: (argvArg: any) => Promise<void>; | 
					
						
							|  |  |  | export declare let test: () => Promise<Dockerfile[]>; |