11 lines
338 B
TypeScript
11 lines
338 B
TypeScript
/**
|
|
* V3 CLI Plugins Command
|
|
* Plugin management, installation, and lifecycle
|
|
* Now uses IPFS-based decentralized registry for discovery
|
|
*
|
|
* Created with ❤️ by ruv.io
|
|
*/
|
|
import type { Command } from '../types.js';
|
|
export declare const pluginsCommand: Command;
|
|
export default pluginsCommand;
|
|
//# sourceMappingURL=plugins.d.ts.map
|