Skip to content

feat: report every missing credential env var with where to get it - #70

Merged
scode merged 1 commit into
mainfrom
pr/env-preflight-hints
Aug 22, 2026
Merged

feat: report every missing credential env var with where to get it#70
scode merged 1 commit into
mainfrom
pr/env-preflight-hints

Conversation

@scode

@scode scode commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Before, a fresh machine hit the preflight one variable per run: fix
UBI_TOKEN, rerun, fix TS_API_CLIENT_ID, rerun, and so on — and each
failure was a bare "X is not set" that left the operator to go find
where that value even comes from. The preflight now collects every
missing variable into a single error and attaches console-navigation
instructions for each, since the person reading it is a human with a
browser, not a script.

The hints name vendor console paths that can move without notice; a
stale path is a bug to fix, not a reason to drop the hint.

Before, a fresh machine hit the preflight one variable per run: fix
UBI_TOKEN, rerun, fix TS_API_CLIENT_ID, rerun, and so on — and each
failure was a bare "X is not set" that left the operator to go find
where that value even comes from. The preflight now collects every
missing variable into a single error and attaches console-navigation
instructions for each, since the person reading it is a human with a
browser, not a script.

The hints name vendor console paths that can move without notice; a
stale path is a bug to fix, not a reason to drop the hint.
@scode
scode merged commit 19343ed into main Aug 22, 2026
6 checks passed
@scode
scode deleted the pr/env-preflight-hints branch August 22, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant