in order to keep consistency with docker-compose commands and also create new "sugar" commands, it would be good to have a way to specify if it is a regular command or a special one.
additionally in the future we could allow some commands defined by the user and it would need a different way to specify that as well.
My suggestion is to use something like this:
kxgr ext image --service abcd --info
the extension commands should be added in a separated class
in order to keep consistency with docker-compose commands and also create new "sugar" commands, it would be good to have a way to specify if it is a regular command or a special one.
additionally in the future we could allow some commands defined by the user and it would need a different way to specify that as well.
My suggestion is to use something like this:
the extension commands should be added in a separated class