- Added support for multi-version configs on package indexes to allow for better backwards and forwards compatibility when updating configs on package indexes that users with different versions of nrfutil will be accessing.
- Uses the value of the
NRFUTIL_PACKAGE_INDEX_NAMEenvironment variable as a fallback if neither a modifier is provided nor the--package-index-nameflag is used. - If an unrecognised modifier is specified on the command line and the
NRFUTIL_PACKAGE_INDEX_NAMEenvironment variable is set then a modifier is created to match the unrecognised name provided targetting the package index named by the environment variable. This matches the automatic modifier creation behaviour with theNRFUTIL_PACKAGE_INDEX_URLenvironment variable.