-
Notifications
You must be signed in to change notification settings - Fork 241
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: add deps flag to optional get project dependencies after switch #669
Conversation
@mrgnhnt96 is attempting to deploy a commit to the FlutterTools Team on Vercel. A member of the Team first needs to authorize it. |
@mrgnhnt96 Could we rename this flag just But just FYI, fvm also offers a per-project configuration to disable this. https://fvm.app/documentation/getting-started/configuration#config-file-fvmrc |
@mrgnhnt96 Could you also update basic-commands.md file in the docs? |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM
In large projects, getting the dependencies may require more than just a
pub get
in the root dir.This PR adds an optional flag to get the current project dependencies. The default value is
true
to not disrupt current usage. The flag is negatable to not get the dependenciesUse
Install