Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement wasp doctor command #1970

Open
Martinsos opened this issue Apr 18, 2024 · 0 comments
Open

Implement wasp doctor command #1970

Martinsos opened this issue Apr 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Martinsos
Copy link
Member

@infomiho said:

it would check if they have Docker, Node.js installed, if something is running on PORT 3000 or 3001 or 5432 and stuff like that 😄

It might help with debugging. Or even if it runs at startup to make sure their setup is valid 🤷‍♂️
Flutter has something like that: https://www.codecademy.com/article/check-your-flutter-installation-with-flutter-doctor

We should consider maybe merging it with wasp status. But the idea is the same -> it would do some sanity checks, help you when figuring out what is wrong with your project.

I wonder if we really want to have special command for this though, why wouldn't these checks just be normal part of wasp workflow? Maybe run at the start of wasp start? But we can consider that on the go, as we figure out what the checks are and so on, we will get that clarity on the way.

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

No branches or pull requests

1 participant