-
Notifications
You must be signed in to change notification settings - Fork 205
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
request: Add --offline
flag to melos bootstrap.
#714
Labels
Comments
Sounds good to me, is this something that you would like to implement @fischerscode? |
Sure, I'll give it a try. |
nielsenko
added a commit
to realm/realm-dart
that referenced
this issue
Jun 7, 2024
fealebenpae
added a commit
to realm/realm-dart
that referenced
this issue
Jun 7, 2024
* [Release 3.0.0] * A bit too clever. We need to wait for: invertase/melos#714 --------- Co-authored-by: nielsenko <[email protected]> Co-authored-by: Kasper Overgård Nielsen <[email protected]>
7 tasks
spydon
added a commit
that referenced
this issue
Oct 7, 2024
) <!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description Adds the `--offline` flag to the bootstrap command. Fixes: #714 ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [x] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 `refactor` -- Code refactor - [ ] ✅ `ci` -- Build configuration change - [ ] 📝 `docs` -- Documentation - [ ] 🗑️ `chore` -- Chore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing feature request for this?
Command
melos bootstrap --offline
Description
There is the
runPubGetOffline
setting inmelos.yaml
and I'd love to see the same option for the cli.Reasoning
This feature would be useful for CI.
Additional context and comments
My use case is a docker build and it's recommended to use
--offline
during these builds.The text was updated successfully, but these errors were encountered: