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

[Enhancement]: Remove new-action and upgrade generator from solutions. #5359

Closed
KyrieLii opened this issue Feb 1, 2024 · 0 comments · Fixed by #5420
Closed

[Enhancement]: Remove new-action and upgrade generator from solutions. #5359

KyrieLii opened this issue Feb 1, 2024 · 0 comments · Fixed by #5420
Labels
enhancement New feature or request

Comments

@KyrieLii
Copy link
Member

KyrieLii commented Feb 1, 2024

What problem does this feature solve?

Unlike other commands(eg. dev build inspect .. ), these two commands do not depend on build capabilities or even whether dependencies are installed. But it brings the overhead of dependent installation.

I think they can be run independently to reduce unnecessary dependencies on initialization.

Further, they can not be 'generators', but just simple cli tools to become more lightweight.

What does the proposed API look like?

New and upgrade commands work fine but are not installed on initialization.

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

Successfully merging a pull request may close this issue.

1 participant