@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
11 lines • 395 B
TypeScript
import type { InputOptions } from "../../interfaces";
type ViewAppLogsOptions = {
/**
* If `FALSE`, return logs of the first pod only.
* @default true
*/
allPods?: boolean;
};
export declare function viewAppLogs(options: ViewAppLogsOptions & Pick<InputOptions, "targetDirectory" | "isDebugging" | "env">): Promise<any[]>;
export {};
//# sourceMappingURL=view-logs.d.ts.map