We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569a408 commit edce2b3Copy full SHA for edce2b3
.github/workflows/release-draft.yml renamed to .github/workflows/release.draft.yml
shell/aliase/kube
@@ -15,6 +15,10 @@ else
15
: # do nothing as we may switch to context an there is no need to realod
16
fi
17
18
+## Health
19
+alias k.h='kubectl get cs'
20
+alias k.health="kubectl get --raw='/readyz?verbose"
21
+
22
## Nodes
23
# sort nodes by timestamp
24
alias k.nstamp='kubectl get nodes --sort-by=.metadata.creationTimestamp'
shell/aliases
@@ -297,6 +297,14 @@ alias g.pl=gpull
297
alias g.t='_gtag'
298
alias g.tremove='git-remove-tag' # + tag id
299
300
301
+## Golang
302
+alias go.get='go get ./...; go get -t ./...'
303
+alias go.clean='go mod verify && go mod tidy -mod=mod'
304
+alias go.getall='go get -u -v -f all'
305
306
+## FZF
307
308
alias fgit=_gt
309
alias fgitdif=_gdif
310
alias fgitbranch=_gbranch
0 commit comments