update to new cli scheme
This commit is contained in:
18
dist/npmci.mods.d.ts
vendored
18
dist/npmci.mods.d.ts
vendored
@@ -1,23 +1,17 @@
|
||||
import * as _modBuild from './mod_build/index';
|
||||
import * as _modClean from './mod_clean/index';
|
||||
import * as _modCloudflare from './mod_cloudflare/index';
|
||||
import * as _modCommand from './mod_command/index';
|
||||
import * as _modDocker from './mod_docker/index';
|
||||
import * as _modInstall from './mod_install/index';
|
||||
import * as _modPublish from './mod_publish/index';
|
||||
import * as _modPurge from './mod_purge/index';
|
||||
import * as _modPrepare from './mod_prepare/index';
|
||||
import * as _modNpm from './mod_npm/index';
|
||||
import * as _modNode from './mod_node/index';
|
||||
import * as _modSsh from './mod_ssh/index';
|
||||
import * as _modTrigger from './mod_trigger/index';
|
||||
import * as _modTest from './mod_test/index';
|
||||
import { LazyModule } from 'smartsystem';
|
||||
export declare let modBuild: LazyModule<typeof _modBuild>;
|
||||
export declare let modClean: LazyModule<typeof _modClean>;
|
||||
export declare let modCloudflare: LazyModule<typeof _modCloudflare>;
|
||||
export declare let modCommand: LazyModule<typeof _modCommand>;
|
||||
export declare let modDocker: LazyModule<typeof _modDocker>;
|
||||
export declare let modInstall: LazyModule<typeof _modInstall>;
|
||||
export declare let modPublish: LazyModule<typeof _modPublish>;
|
||||
export declare let modPurge: LazyModule<typeof _modPurge>;
|
||||
export declare let modPrepare: LazyModule<typeof _modPrepare>;
|
||||
export declare let modNode: LazyModule<typeof _modNode>;
|
||||
export declare let modNpm: LazyModule<typeof _modNpm>;
|
||||
export declare let modSsh: LazyModule<typeof _modSsh>;
|
||||
export declare let modTrigger: LazyModule<typeof _modTrigger>;
|
||||
export declare let modTest: LazyModule<typeof _modTest>;
|
||||
|
||||
Reference in New Issue
Block a user