-
Notifications
You must be signed in to change notification settings - Fork 239
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
Spike streaming JSON for crc setup
.
#2935
Comments
Moved to next sprint. |
Ideally this needs the step streamed BEFORE the result is known, and followed by the actual state is finished (passed/failed) |
Maybe the progress can only be shown for very long operations (download and uncompress), and all other operations don't need a progress bar because they are very fast? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
When running
crc setup
information is streamed usingstdout
and only the end result is shown. This currently causes confusion, as messages like #2969 are shown;you can now run 'crc start' to start
. This would direct a UI user to issue an unnecessary command from a command line.It would be best to return the preflight and fixes from
crc setup
as a stream of JSON fragments, that can be interpreted by the tray/app and display instead of the command output. This is needed for crc-org/tray-electron#114The text was updated successfully, but these errors were encountered: