UNPKG

forest-cli

Version:

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

12 lines 468 B
import SqlCommand from '../create/sql'; export default class SqlBundleCommand extends SqlCommand { /** @see https://oclif.io/docs/args */ static readonly args: { applicationName: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>; }; /** @see https://oclif.io/docs/flags */ static readonly flags: {}; static description: string; protected runAuthenticated(): Promise<void>; } //# sourceMappingURL=sql.d.ts.map