You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently coho runs on the install/checkout location parent of coho (!), not where you execute it. For that to happen, you have to actually use the -g/--global option.
As this is super easy to forget, and the run context is much more expected (even with documentation via #237), we should change this in a major version and, if necessary, add an option to not use the global context if you choose so.
The text was updated successfully, but these errors were encountered:
Remember that coho has very limited use and
is not really intended for wide adoption. It is for developers working
with the collection of cordova repos, and managing the multitude of repos
that we have.
I just labeled PR #237 as a bug and this one as an enhancement.
I hope we get PR #237 merged for the sake of clarity.
Currently coho runs on the install/checkout location parent of coho (!), not where you execute it. For that to happen, you have to actually use the
-g
/--global
option.As this is super easy to forget, and the run context is much more expected (even with documentation via #237), we should change this in a major version and, if necessary, add an option to not use the global context if you choose so.
The text was updated successfully, but these errors were encountered: