UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

21 lines 838 B
export = DiffCommand; declare class DiffCommand extends AbstractAuthenticatedCommand { constructor(argv: any, config: any, plan: any); chalk: any; env: any; environmentRenderer: any; errorHandler: any; } declare namespace DiffCommand { const description: string; namespace flags { const help: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; } namespace args { const environmentIdFrom: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>; const environmentIdTo: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>; } } import AbstractAuthenticatedCommand_1 = require("../../abstract-authenticated-command"); import AbstractAuthenticatedCommand = AbstractAuthenticatedCommand_1.default; //# sourceMappingURL=diff.d.ts.map