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

Feature request: Update packages with mure refresh #208

Open
kitsuyui opened this issue May 27, 2023 · 0 comments
Open

Feature request: Update packages with mure refresh #208

kitsuyui opened this issue May 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kitsuyui
Copy link
Owner

The current mure refresh command synchronizes the Git repository with the latest main or master.

What I want this command to do is to make it possible to start development in a fresh state.
Therefore, I want it to update the packages as well.
For example,

  • yarn install
  • poetry install

I want it to run these commands.

Problems

yarn install and poetry install can take a long time to run. They also fail more often.
We need to come up with a way to run them more reliably.

  • Accurate display of what mure refresh is doing
    • Error display on failure
  • Parallel execution and progress bar for mure refresh --all
@kitsuyui kitsuyui added the enhancement New feature or request label May 27, 2023
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