add ability to get json for "minikube sevice list" #15827
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
we already have json output for many of minikube commands, for example
"minikube profile list -o=json"
we have forgotten to implement it for "service list"
"minikube service list -o=json"
should be easy to follow other examples of doing it
The text was updated successfully, but these errors were encountered: