Feature
#453 Add command names in the result of aqua g
Problem to solve
Sometimes installed command names aren't included in the package name, so you can't search package with the command name.
And you can't know what commands are installed by the package.
How to solve
Add command names in the result of aqua g
.
e.g.
aquasecurity/starboard (standard) (starboard, kubectl-starboard) ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
int128/kauthproxy (standard) (kauthproxy, kubectl-auth_proxy) │ kubernetes/kubectl
aquasecurity/kubectl-who-can (standard) (kubectl-who_can) │
argoproj/argo-rollouts (standard) (kubectl-argo-rollouts) │ https://kubernetes.io/docs/reference/kubectl/overview/
corneliusweig/ketall (standard) (ketall, kubectl-get_all) │ The kubectl command line tool lets you control Kubernetes clusters
kvaps/kubectl-node-shell (standard) (kubectl-node_shell) │
oam-dev/kubevela/kubectl-plugin (standard) (kubectl-vela) │
crossplane/crossplane (standard) (kubectl-crossplane) │
replicatedhq/outdated (standard) (kubectl-outdated) │
int128/kubelogin (standard) (kubectl-oidc_login) │
kudobuilder/kuttl (standard) (kubectl-kuttl) │
kubemq-io/kubemqctl (standard) │
postfinance/kubectl-sudo (standard) │
emirozer/kubectl-doctor (standard) │
Ladicle/kubectl-rolesum (standard) │
ernoaapa/kubectl-warp (standard) │
iovisor/kubectl-trace (standard) │
ahmetb/kubectl-tree (standard) │
> kubernetes/kubectl (standard) │
24/344 │
> kubectl └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
For example, you can understand the kubectl plugin kubectl-crossplane
is installed by the package crossplane/crossplane
.
And you can find GitHub Official CLI cli/cli
by the command name gh
.