nrfjprog command to nrfutil command

I'm looking for an nrfutil command to replace this command:

nrfjprog --memwr 0x10001080 --val 0x12345678

My goal is to write a serial number to the UICR CUSTOMER[0] register after programming the production image. I could still use the nrfjprog, I just saw documentation to move toward nrfutil so wanted to ask if this is supported.

Related