- Added a
nrfutil config package-index listsubcommand which prints out the current package index configurations. It uses YAML as a display format but that is not guaranteed to be stable so for consumption by other programs it is preferrable to use the--jsonflag to get JSON output. - Added a
nrfutil config modifier listsubcommand which prints out the current modifier configurations. It uses YAML as a display format but that is not guaranteed to be stable so for consumption by other programs it is preferable to use the--jsonflag to get JSON output.