UNPKG

safevibe

Version:

Safevibe CLI - Simple personal secret vault for AI developers and amateur vibe coders

8 lines (7 loc) 199 B
/** * Initialize Safevibe in the current project with Google OAuth authentication */ export declare function initCommand(options: { force?: boolean; backendUrl?: string; }): Promise<void>;