Files
scwrypts/plugins/kubectl/meta/get-static-redis-definition
T

8 lines
158 B
Bash
Raw Normal View History

2023-08-28 18:42:38 -06:00
#!/bin/zsh
use redis --group kubectl
#####################################################################
2024-02-06 14:06:44 -07:00
MAIN() {
echo $(REDIS --get-static-definition)
}