@capgo/cli
Version:
A CLI to upload to capgo servers
10 lines (9 loc) • 544 B
TypeScript
/** Must match CAPGO_API_DEFAULT_VERSION until a newer version is intentionally adopted. */
export declare const CAPGO_CLI_API_VERSION = "2025-10-01";
export declare function setCurrentCliCommand(command: string): void;
export declare function getCurrentCliCommand(): string;
/**
* Build Capgo API request headers that identify this CLI invocation.
* Does not invent an API key — callers merge Authorization/capgkey when available.
*/
export declare function buildCliRequestHeaders(extra?: Record<string, string>): Record<string, string>;