UNPKG

forest-cli

Version:

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

18 lines 901 B
import type { Config } from '@oclif/core'; import AbstractAuthenticatedCommand from '../../abstract-authenticated-command'; export default class RolesExportCommand extends AbstractAuthenticatedCommand { private env; static description: string; static flags: { env: 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>; output: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>; }; constructor(argv: string[], config: Config, plan?: any); private resolveEnvByName; runAuthenticated(): Promise<void>; private exportRoles; private writeOutput; private surfaceApiError; } //# sourceMappingURL=export.d.ts.map