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