Changed from interactive prompts to mandatory parameters for automation. Before: Prompted for email and verification code After: Exit with clear error showing required parameters Examples: ❌ ./deploy.sh Error: Email address is required Usage: ./deploy.sh --register --email YOUR_EMAIL ✅ ./deploy.sh --register --email ryan@example.com Registration successful, now run: ./deploy.sh --verify-email-code 123456 No stdin reads - fully non-interactive for LLM/automation.
23 KiB
23 KiB