We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.1.0
When the melos command is running first time (as in a CI), the melos command can put Resolving dependencies... text.
melos
Resolving dependencies...
$ melos --version Resolving dependencies... Got dependencies! 5.1.0
It's problematic if I use the melos command with script like get the current version :
melos_version=`melos --version` echo $melos_version
Or with the command melos list --json
melos list --json
Use a differente melos global version than the local version in the current pubspec.yml
Add an option to not check dependency and not print this text.
No response
The text was updated successfully, but these errors were encountered:
This is actually a flutter pub get issue and not a Melos one, there is an issue open for it here: dart-lang/pub#3998
flutter pub get
Sorry, something went wrong.
I guess we could proxy it and pipe all non-error output to /dev/null though...
/dev/null
No branches or pull requests
Is there an existing issue for this?
Version
5.1.0
Description
When the
melos
command is running first time (as in a CI), themelos
command can putResolving dependencies...
text.$ melos --version Resolving dependencies... Got dependencies! 5.1.0
It's problematic if I use the
melos
command with script like get the current version :Or with the command
melos list --json
Steps to reproduce
Use a differente melos global version than the local version in the current pubspec.yml
Expected behavior
Add an option to not check dependency and not print this text.
Screenshots
No response
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: