-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Better show Wasp development information: CLI Powerline or browser dev tooling or Wasp Studio #250
Comments
Cool one! |
A spin on this: |
Alternative is to not have a CLI powerline, but instead make all this part of Wasp Studio (client/server/db logs, warnings and errors, ...). |
Yeah, we could have Wasp Studio which is a hub for everything: info about your app, its parts, about all the logs that are coming from it, and also for interacting with it. Related issue (triggering operations / jobs / apis): #2343 . |
Coming from #207.
Idea is to provide some kind of nice progress indicator in Wasp CLI. Idea: at the bottom of the screen, there could be a "readonly" line that shows special "wasp status" -> it would be showing current status of the
wasp start
. So while we are printing stuff, that line would always be there. While packages are installing, it could be showing smth like [1/2] Installing web-app and server .... Then, once that is done, it could show something likeAll good - wasp is running in dev mode
!, and if at some point server crashes or smth like that, it could be showingServer broken - fix it
. It could also be showing stuff likeschema is out of sync with db - run 'wasp db migrate-dev' to sync it
.There is cool package on npm that might server as inspiration https://www.npmjs.com/package/ora .
This is however something we should be doing in Haskell!
The text was updated successfully, but these errors were encountered: