$ git clone https://github.com/lukluk/q.git
$ cd q && cp bin/* /usr/local/bin
-
create new blank repo
-
$ q repo {repo-uri}
example:
//read-write access
$ q repo git@github.com:lukluk/repo-demo.git
//read-only access
$ q repo https://github.com/lukluk/repo-demo.git
q new {SCRIPT}
$ q new cx
<vim> kubectl config current-context
more examples:
$ q new podexec
<vim> kubectl exec -it $(kubectl get pods | awk '{print $1}' | grep $1 -m1) -- bash
$ q new hello
<vim> echo <your-name> <your-email>
$ q hello
q hello your-name your-email
$ q hello lukluk luklukaha@gmail.com
q {NAME}
$ q cx
asia-southeast1_demo-server
$ q podexec
> not enaugh arguments , args(1)
$ q podexec util
#<util-xsd-23xx>$
$ q
podexec
podname
cx
$ q pull
$ q push