-
Notifications
You must be signed in to change notification settings - Fork 249
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
Make the default user/org configurable #214
Comments
I really like the idea of having a config file to override some default behavior, but I think this exact option could break some packages. If the default org is changed, then packages in the dependency chain which already reference something like |
I echo @Isty001 on this one. I also do think we need a global config! |
@Isty001 that's a great point, I didn't think about that. |
Closing this one, but opened #220 for the global config file. |
It might be nice to let users control the default user/org name when installing packages. Today when you do
clib install foo
, theclibs/foo
package is installed. This feature would let you control that behavior and replaceclibs/
withyourusername/
.Not sure where we'd persist this tho, as we currently have no "global state". Maybe create
$HOME/clibrc.json
or something?The text was updated successfully, but these errors were encountered: