UNPKG

@kosko/cli

Version:

Organize Kubernetes manifests in JavaScript.

10 lines (9 loc) 205 B
/** * @packageDocumentation * @module @kosko/cli */ export { handleError } from "./cli/error"; /** * Runs CLI with the given arguments. */ export declare function run(argv?: string[]): Promise<void>;