#!/usr/bin/env node /** * CareerVivid CLI — Entry Point * * Usage: * cv login Authenticate via browser (human users) * cv publish Publish a markdown/mermaid file * cv publish - Read from stdin (pipe-friendly) * cv publish --official Publish as CareerVivid Community (admin) * cv whiteboard new Scaffold a Mermaid diagram file * cv whiteboard new --template system-arch Use a built-in template * cv whiteboard list-templates List all available templates * cv auth set-key Save your API key (validates before saving) * cv auth check Display your identity & verify your key * cv config show Print current configuration * cv config set Update a config value * cv config get Print a config value * cv upgrade Upgrade the CLI to the latest version * cv update [files...] Update existing content on CareerVivid * cv --help / cv --version */ export {}; //# sourceMappingURL=index.d.ts.map