mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-03 00:17:47 +00:00
docs(cli): add cliproxy pause/resume/status to --help
Add new quota management subcommands to help output: - ccs cliproxy pause <provider> <account> - ccs cliproxy resume <provider> <account> - ccs cliproxy status [provider]
This commit is contained in:
@@ -259,6 +259,10 @@ Run ${color('ccs config', 'command')} for web dashboard`.trim();
|
|||||||
['ccs cliproxy doctor', 'Quota diagnostics (Antigravity)'],
|
['ccs cliproxy doctor', 'Quota diagnostics (Antigravity)'],
|
||||||
['ccs cliproxy --install <ver>', 'Install specific version (e.g., 6.6.6)'],
|
['ccs cliproxy --install <ver>', 'Install specific version (e.g., 6.6.6)'],
|
||||||
['ccs cliproxy --latest', 'Update to latest version'],
|
['ccs cliproxy --latest', 'Update to latest version'],
|
||||||
|
['', ''], // Spacer
|
||||||
|
['ccs cliproxy pause <p> <a>', 'Pause account from rotation'],
|
||||||
|
['ccs cliproxy resume <p> <a>', 'Resume paused account'],
|
||||||
|
['ccs cliproxy status [provider]', 'Show quota/tier/pause status'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// CLI Proxy configuration flags (new)
|
// CLI Proxy configuration flags (new)
|
||||||
|
|||||||
Reference in New Issue
Block a user