Kubernetes kubectl short command generator
If you use kubectl, you may experienced inconvenience of long commands like:
kubectl get pods
So Kubbr makes a lot of short command alias like:
kgp
Command are organized by rule.
<BASE><ACTION><RESOURCE>
- Base Base means
kubectl. It iskby default. - Action Action means something like
delete,describe,get. By default, they aredel,d,g, respectively. - Resource Resource is like
pods,statefulset. Alsop,ssrespectively. There are bunch of more short definitions and they are configurable!
Default configuration is located in abbr.yml.
- Haskell GHC
- Cabal
- HPack
hpack
cabal build
Then, the location of the binary can be found by:
cabal list-bin