-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: install system-images #57
Conversation
PR #56 adds the |
@garg3133 PR updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where's the "System image already downloaded" statement coming from as shown in the video?
@garg3133 That is older video. Since we are using spawnSync now, we aren't capturing the output anymore. So everytime the command is run (irrespective of system image being previously installed or not) we will get the same output "System image installed successfully!". Does this work or shall we remove the message entirely since we are already showing the CLI output by |
@garg3133 PR updated |
Description
This PR:
spawnCommandSync
to install system images. This is done to show the installation progress bar to the user. The logic is put inutils/sdk.ts
since it will be common function for both installing system images and running dot commands.Screencast.from.04-09-24.07.05.07.PM.IST.webm