UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

12 lines (11 loc) 379 B
import { PruneImagesInfo } from 'dockerode'; import { BaseCommand } from '../../index.js'; export default class ImagesPrune extends BaseCommand { static description: string; static enableJsonFlag: boolean; static examples: string[]; static flags: { all: import("@oclif/core/interfaces").BooleanFlag<boolean>; }; run(): Promise<PruneImagesInfo>; }