Add doctor command for environment checks - #184
Conversation
|
Thanks for contributing, @baily-zhang! ❤️ The doctor command looks like a good first iteration. Heads-up: The team is sorting out a contribution policy process for this repository, we will follow up here as soon as we have clarity on next steps. Thanks for your patience. ⏳ |
|
Thanks for the update, and no worries. Glad to hear the first iteration looks useful. Happy to wait, and I’m available to make follow-up changes if needed once the process is in place. |
|
Thanks for your patience, @baily-zhang! ❤️ Closing this as the team decided to restrict code contributions from outside collaborators in #454. From
From
On this PR specifically, we're working on a |

Motivation
Users need a read-only way to diagnose config, Docker, auth, and emulator connectivity from the CLI.
Changes
lstk doctorcommand with read-only config, Docker, auth, and emulator checksTests
go test ./cmd/... ./internal/...cd test/integration && LSTK_KEYRING=file go test -count=1 -run TestDoctor ./...