UNPKG

forest-cli

Version:

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

14 lines 367 B
export = EnvironmentsRenderer; declare class EnvironmentsRenderer { constructor({ assertPresent, chalk, logger, Table }: { assertPresent: any; chalk: any; logger: any; Table: any; }); chalk: any; logger: any; Table: any; render(environments: any, config: any): void; } //# sourceMappingURL=environments.d.ts.map