2016-08-02 16:20:32 +02:00
|
|
|
/// <reference types="q" />
|
2016-11-24 23:21:40 +01:00
|
|
|
import * as plugins from './npmci.plugins';
|
2016-09-04 13:42:22 +02:00
|
|
|
/**
|
|
|
|
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
|
|
|
|
*/
|
2016-08-02 16:20:32 +02:00
|
|
|
export declare let ssh: () => plugins.q.Promise<{}>;
|