mirror of
https://github.com/trycua/computer.git
synced 2026-05-03 21:49:35 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user