spawn/cli/src
A a1509ac8b3
fix: improve CLI error messages and cloud auth display (#431)
- Show URL hint only on the first auth var in multi-auth cloud quick-start
  (eliminates duplicate URLs for clouds like Contabo with 4 auth vars)
- Make script failure error messages exit-code-aware: show targeted guidance
  for command-not-found (127) and permission-denied (126) exit codes
- Consolidate generic failure hints into "Common causes" section

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 04:07:45 -08:00
..
__tests__ test: Add 65 tests for untested shared/common.sh functions (#428) 2026-02-11 03:45:13 -08:00
commands-logic.ts test: Add command logic tests and refactor for testability (#56) 2026-02-08 12:02:43 -08:00
commands.ts fix: improve CLI error messages and cloud auth display (#431) 2026-02-11 04:07:45 -08:00
index.ts fix: improve credential guidance in error messages and quick-start hints (#427) 2026-02-11 03:42:55 -08:00
manifest.ts fix: Improve error messages with actionable troubleshooting guidance (#368) 2026-02-10 23:45:20 -08:00
security.ts fix: Remove curl|bash script validation that blocks spawn scripts 2026-02-10 09:40:16 +00:00
unicode-detect.ts fix: Switch build target from node to bun to fix UTF-8 mojibake 2026-02-10 09:36:28 +00:00
update-check.ts fix: Improve CLI UX with better error messages and consistent log levels (#387) 2026-02-11 01:16:00 -08:00