Skip to content

fix: improve interactive CLI validation and recovery#171

Merged
rmanibus merged 1 commit into
mainfrom
fix/interactive-cli-validation-recovery
Mar 19, 2026
Merged

fix: improve interactive CLI validation and recovery#171
rmanibus merged 1 commit into
mainfrom
fix/interactive-cli-validation-recovery

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

Summary

  • validate interactive profile, auth, store, and source inputs at prompt time
  • add store verification recovery options, including AWS SSO login retries
  • cover the new prompt validation and recovery helpers with tests

Closes #169

@rmanibus rmanibus added this to the v1.14.0 milestone Mar 19, 2026
@rmanibus rmanibus added the go Pull requests that update go code label Mar 19, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2026

Codecov Report

❌ Patch coverage is 33.58209% with 89 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cmd/cloudstic/cmd_store.go 39.74% 47 Missing ⚠️
cmd/cloudstic/cmd_profile.go 7.14% 25 Missing and 1 partial ⚠️
cmd/cloudstic/runner.go 38.46% 8 Missing ⚠️
cmd/cloudstic/cmd_auth.go 0.00% 4 Missing ⚠️
cmd/cloudstic/interactive.go 63.63% 2 Missing and 2 partials ⚠️

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus merged commit 0855f52 into main Mar 19, 2026
10 of 11 checks passed
@rmanibus rmanibus deleted the fix/interactive-cli-validation-recovery branch March 19, 2026 15:39
@rmanibus rmanibus added enhancement New feature or request and removed go Pull requests that update go code labels Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve interactive CLI validation and store verification recovery

1 participant