-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add user configuration #225
Conversation
- project.app_data_storage - replaces the useAppData property form the config.json file - user.name - replaces the name properti in config file created by 'regolith init' - resolvers - is a list of URLs to 'resolver.json' files. This property is only partially implemented. Currently it only uses the first item from the list or the default value if the 'config.toml' doesn't specify any.
…er merging the CLI changes.
OUTDATED !!! I think the help message is a nice summary of what the config command currently does:
|
…code in main_functions.go a little.
…using the direct URL.
muzzammil.xyz/jsonc v1.0.0 | ||
) | ||
|
||
replace github.com/hashicorp/go-getter => github.com/arikkfir/go-getter v1.6.3-0.20220803164326-281b7670b734 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're using the unofficial version of go-getter here. We have to wait until this PR will be merged:
I removed the
|
This PR closes #221 |
First commit added basic user_config reader:
project.app_data_storage
- replaces the useAppData property form the config.json fileuser.name
- replaces the name property in config file created by 'regolith init'resolvers
- is a list of URLs to 'resolver.json' files. This property is only partially implemented. Currently it only uses the first item from the list or the default value if the 'config.toml' doesn't specify any.