faf-cli
Version:
😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition
17 lines • 517 B
TypeScript
/**
* 🚀 Share Command - Universal .faf Distribution System
* Secure sharing of .faf files with automatic sanitization
*/
export interface ShareCommandOptions {
private?: boolean;
format?: 'yaml' | 'json' | 'url';
expires?: string;
password?: string;
description?: string;
anonymous?: boolean;
}
/**
* Share .faf file with automatic sanitization
*/
export declare function shareCommand(fafPath?: string, options?: ShareCommandOptions): Promise<void>;
//# sourceMappingURL=share.d.ts.map