When installing, if the --only key doesn't include the current env, tell them to rerun
When installing, if a dependency that was added has an env in its matching that is not the current env, we prompt the user to rerun the installer for any non-matching packages, with an explicit --only command. (this is the one you were missing I think)
When installing with --only, if a dependency already exists and doesn't have an only option, we overwrite it with the value of --only.
--only
option tomix igniter.install
only
key toIgniter.Mix.Task.Info
--only
key doesn't include the current env, tell them to rerun--only
command. (this is the one you were missing I think) When installing with--only
, if a dependency already exists and doesn't have anonly
option, we overwrite it with the value of--only
.