Summary
The interactive CLI flows still accept invalid names/URIs too late, and store verification failures can strand the user in a dead end when AWS SSO credentials have expired.
Scope
- validate interactive profile/auth/store names and URIs at prompt time
- add a reusable validated line prompt helper with tests
- let store verification/init flows offer retry and AWS SSO login recovery
- cover the recovery helpers with CLI tests
Summary
The interactive CLI flows still accept invalid names/URIs too late, and store verification failures can strand the user in a dead end when AWS SSO credentials have expired.
Scope