You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: