UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

14 lines 352 B
export interface ListArgs { /** The name of an installed plugin to query */ plugin?: string | undefined; } /** * List available plugins or capabilities within a specific plugin * * @remarks * * Must be run within an Nx workspace * */ export declare function listHandler(args: ListArgs): Promise<void>; //# sourceMappingURL=list.d.ts.map