UNPKG

forest-cli

Version:

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

13 lines 668 B
import type { Config } from '@oclif/core'; import AbstractAuthenticatedCommand from '../../abstract-authenticated-command'; export default class RolesCreateCommand extends AbstractAuthenticatedCommand { private env; static description: string; static flags: { name: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>; projectId: import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces").CustomOptions>; }; constructor(argv: string[], config: Config, plan?: any); runAuthenticated(): Promise<void>; } //# sourceMappingURL=create.d.ts.map