@enspirit/emb
Version:
A replacement for our Makefile-for-monorepos
12 lines (11 loc) • 528 B
TypeScript
import { FlavoredCommand } from '../../index.js';
export default class ImagesPush extends FlavoredCommand<typeof ImagesPush> {
static description: string;
static enableJsonFlag: boolean;
static examples: string[];
static flags: {
registry: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
retag: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
};
run(): Promise<void>;
}