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 693 B
import type { Config } from '@oclif/core'; import AbstractAuthenticatedCommand from '../../abstract-authenticated-command'; export default class UsersListCommand extends AbstractAuthenticatedCommand { private env; private usersRenderer; static description: string; static flags: { projectId: import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces").CustomOptions>; format: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>; }; constructor(argv: string[], config: Config, plan?: any); runAuthenticated(): Promise<void>; } //# sourceMappingURL=list.d.ts.map