Is there a Nordic-supplied CLI that is similar to FreeRTOS+CLI?

I really like the flexibility that the CLI from FreeRTOS gives me for making my own commands. Does Nordic have a similar library available that I can just import easily into my existing project? Or do I have to manually import the freertos CLI modules and make it work that way?

Related