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 • 478 B
TypeScript
import NosqlCommand from '../create/nosql';
export default class NoSqlBundleCommand extends NosqlCommand {
/** @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=nosql.d.ts.map