UNPKG

cdk8s-cli

Version:

This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).

5 lines (4 loc) 300 B
import { ImportBase, ImportOptions } from './base'; import { ImportSpec } from '../config'; export declare function importDispatch(imports: ImportSpec[], argv: any, options: ImportOptions): Promise<void>; export declare function matchImporter(importSpec: ImportSpec, argv: any): Promise<ImportBase>;