.circleci
.config
.github
docs
plugins
py
zsh
cloud
db
docker
helm
get-template
update-dependencies
lib
media
misc
office
redis
scwrypts
system
README.md
hello-world
sanity-check
zx
.gitattributes
.gitignore
LICENSE
README.md
action.yaml
scwrypts
scwrypts.plugin.zsh
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
|
#!/bin/zsh
|
||
|
use helm
|
||
|
use scwrypts
|
||
|
#####################################################################
|
||
|
|
||
|
MAIN() {
|
||
|
unset USAGE
|
||
|
HELM__DEPENDENCY__UPDATE $@
|
||
|
}
|