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
--from
rush install
It would be nice that now that we have rush install --to myproject is a thing, that we could also have rush install --from myproject support.
rush install --to myproject
rush install --from myproject
Specifically we realized we have a need for this as we approach similar solutions as described here: #2401
rush install --from myproject is not a valid command.
rush build --from myproject is a valid command.
rush build --from myproject
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
It would be nice that now that we have
rush install --to myproject
is a thing, that we could also haverush install --from myproject
support.Specifically we realized we have a need for this as we approach similar solutions as described here: #2401
Repro steps
rush install --from myproject
is not a valid command.rush build --from myproject
is a valid command.The text was updated successfully, but these errors were encountered: