From 4b7328b3880a3fa1d71a21f6b73616968cd8737a Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Tue, 6 Jan 2026 17:12:02 -0500 Subject: [PATCH] docs(cli): add cliproxy pause/resume/status to --help Add new quota management subcommands to help output: - ccs cliproxy pause - ccs cliproxy resume - ccs cliproxy status [provider] --- src/commands/help-command.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/commands/help-command.ts b/src/commands/help-command.ts index 840ad3d5..b443b5f2 100644 --- a/src/commands/help-command.ts +++ b/src/commands/help-command.ts @@ -259,6 +259,10 @@ Run ${color('ccs config', 'command')} for web dashboard`.trim(); ['ccs cliproxy doctor', 'Quota diagnostics (Antigravity)'], ['ccs cliproxy --install ', 'Install specific version (e.g., 6.6.6)'], ['ccs cliproxy --latest', 'Update to latest version'], + ['', ''], // Spacer + ['ccs cliproxy pause

', 'Pause account from rotation'], + ['ccs cliproxy resume

', 'Resume paused account'], + ['ccs cliproxy status [provider]', 'Show quota/tier/pause status'], ]); // CLI Proxy configuration flags (new)