Builds a CLI process ID from an oclif command ID. oclif reports IDs as either sync:push or sync push (with topicSeparator: ' '); both become cli:sync:push.
sync:push
sync push
topicSeparator: ' '
cli:sync:push
Builds a CLI process ID from an oclif command ID. oclif reports IDs as either
sync:pushorsync push(withtopicSeparator: ' '); both becomecli:sync:push.