Module markov.api.cli.main_cli
This file is the entry point of our cli. All Command Groups (split across various files) should be registered with this entry point. once registered user should be able to invoke the command by –
mkv sub_command --help
e.g. mkv data-family list would list all the data families that this user has access to
–