UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

11 lines (10 loc) 365 B
import { KubernetesCommand } from '../../index.js'; export default class KRestartCommand extends KubernetesCommand { static description: string; static examples: string[]; static args: { deployment: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>; }; static strict: boolean; run(): Promise<void>; }