NRF Matter cli Kconfig

In nRF Connect 3.7.0 I'm trying to configure the NRF Matter cli as described:

github.com/.../nrfconnect_examples_cli.md

In SES I changed CONFIG_CHIP_LIB_SHELL=y:

After cleaning and rebuilding the application the cli doesn't respond to any matter commands:

uart:~$ ot state
child
Done
uart:~$ matter factoryreset

matter: command not found

uart:~$

I'm learning Zephyr/Matter so I may be missing something. I suspect a sub-system needs rebuilt but I don't really have a clue.

Any advice would be appreciated?

Cheers

Related