- Added
--with-current-environmentflag to thesdk-manager sdk registercommand. When used with the command, it triggerswest zephyr-exportusing thewestcommand that is available in the user's current environment rather than using awestcommand from a specified or associated toolchain environment. - The sdk-manager now allows the download region to be specified using the
NRFUTIL_REGIONenvironment variable. The following commands are now equivalent:nrfutil sdk-manager install --region cn v3.0.0NRFUTIL_REGION=cn nrfutil sdk-manager install v3.0.0 - Added the
sdk-manager sdk searchcommand to allow for searching for available SDKs separately from the toolchains.