UNPKG

replicas-cli

Version:

CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding

6 lines 251 B
/** * Start OAuth proxy server for Codex authentication * This server receives OAuth callbacks from OpenAI and proxies them to the Replicas web app */ export declare function useCodexCommand(): Promise<void>; //# sourceMappingURL=use-codex.d.ts.map