UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

7 lines 275 B
#! /usr/bin/env node import type { InputOptions } from "./interfaces/InputOptions"; /** * Initialize CONFIG STORE (in document directory of the local machine) */ export declare function processCLI(options?: InputOptions): Promise<any[]>; //# sourceMappingURL=index.d.ts.map