Reorder CLI commands to show grouped structure first in help

- Register grouped commands (auth, sandbox/sb) first so they appear at top of help
- Hide flat commands from help using describe: false while maintaining functionality
- Fix remaining --configuration references in docs (should be --size)
- Improves help clarity by showing recommended command structure prominently

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
f-trycua
2025-11-18 13:48:07 +01:00
parent 27f6d448ea
commit 9c1fdcdac5
3 changed files with 101 additions and 111 deletions
@@ -295,7 +295,7 @@ Invalid request or unsupported configuration
### 1. Use Descriptive Sandbox Names
```bash
# Good
cua create --os linux --configuration small --region north-america
cua create --os linux --size small --region north-america
# Then rename or use meaningful names in the dashboard
# Better workflow
@@ -321,7 +321,7 @@ alias prod-sandbox="cua vnc my-production-sandbox"
### 4. Monitoring Provisioning
```bash
# For sandboxes that need provisioning time
cua create --os windows --configuration large --region europe
cua create --os windows --size large --region europe
# Sandbox provisioning started: my-sandbox-abc123
# Job ID: job-xyz789