Add features to enhance the developer experience of the VMware Kubernetes Engine CLI
vke_wrapper is very experimental so use at your own risk. It is used to to enhaunce the developer experience of the VMware Cloud PKS (formerly VKE) CLI.
This wrapper provides the following features to the Cloud PKS CLI:
vke folder set
vke project set
vke cluster upgrade
vke folder iam show
vke project iam show
vke cluster iam show
Use the wrapper by employing an alias, e.g.
$ alias vke="$PWD/vke_wrapper"
To ignore the alias use a backslach before the command, i.e. \vke ...
\vke ...
jq is used to parse JSON responses from the Cloud PKS CLI.
You may have use for some other VKE projects: