2017-08-27 15:24:17 +02:00
|
|
|
export declare let handleCli: (argvArg: any) => Promise<void>;
|
2016-09-04 13:42:22 +02:00
|
|
|
/**
|
|
|
|
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
|
|
|
|
*/
|
2017-08-27 15:24:17 +02:00
|
|
|
export declare let prepare: () => Promise<void>;
|