- Added support for a
git_fetch_with_clientry in the modifier config. So an entry like:
{
"modifiers": {
"internal": {
"package_index_url": "https://github.com/(user)/nrfutil-package-index"
"git_fetch_with_cli": true
}
}
}
Will enable fetching sources with the git CLI in the same way that setting the NRFUTIL_NET_GIT_FETCH_WITH_CLI
environment variable to true would achieve.
The entry is not required and defaults to false.