mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
Enhance help text throughout the CLI to make commands more discoverable and their purposes clearer. Better descriptions help users understand what each command does without consulting documentation. Changes: - Update main command descriptions: - 'cua auth': "Authenticate with CUA (login, logout, or export credentials)" - 'cua sb': "Create and manage cloud sandboxes (Linux, Windows, or macOS)" - Improve auth subcommand descriptions: - login: "Authenticate via browser or API key and save credentials locally" - env: "Export your API key to a .env file in the current directory" - logout: "Clear stored API credentials from this machine" - Enhance sandbox subcommand descriptions: - list: "List all your sandboxes with status and connection details" - create: "Provision a new cloud sandbox in your chosen OS, size, and region" - delete: "Permanently delete a sandbox and all its data" - start: "Start a stopped sandbox" - stop: "Stop a running sandbox (data is preserved)" - restart: "Restart a sandbox (reboot the system)" - vnc: "Open remote desktop (VNC) connection in your browser" - Expand epilogue to show command hierarchy with examples - Replace generic descriptions with action-oriented, specific language 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>