Installs a shell function in .bashrc/.zshrc that auto-cds into the
project directory, so users can run 'websitebox up -d' from anywhere
instead of remembering to cd first. Shows usage examples in the
installer's closing output. Setup summary updated to use the shortcut.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Users copying the command from the summary were running it from
their home directory, causing 'no configuration file provided'.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Config option labels (domain, email, etc.) shown in bold blue
- Errors in red, warnings in yellow, success checkmarks in green
- Password field: note that input won't appear on screen
- SMTP prompt: "if you don't know what this is, press Enter to skip"
- Summary next steps: detailed A record fields (Type, Name, Value, TTL)
with explanations, dig command with success/failure examples,
"copy this command into the server terminal" instead of "run"
- Matching color scheme with install.sh (header, section, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>