This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 96f6306 1 parent ff08cb1 commit 96f6306 Copy full SHA for 96f6306
File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 849
849
"depNameTemplate" : " chanwit/ekz" ,
850
850
"datasourceTemplate" : " github-releases"
851
851
},
852
+ {
853
+ "fileMatch" : [
854
+ " ^tools.yaml$"
855
+ ],
856
+ "matchStrings" : [
857
+ " name: envcli\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
858
+ ],
859
+ "depNameTemplate" : " EnvCLI/EnvCLI" ,
860
+ "datasourceTemplate" : " github-releases" ,
861
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
862
+ },
852
863
{
853
864
"fileMatch" : [
854
865
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -2196,6 +2196,16 @@ tools:
2196
2196
x86_64 : https://github.com/chanwit/ekz/releases/download/v${version}/ekz_${version}_linux_${alt_arch}.tar.gz
2197
2197
type : tarball
2198
2198
2199
+ - name : envcli
2200
+ version : 0.7.1
2201
+ check : ${binary} --version | cut -d' ' -f3
2202
+ tags :
2203
+ - management
2204
+ download :
2205
+ - url :
2206
+ x86_64 : https://github.com/EnvCLI/EnvCLI/releases/download/v${version}/linux_${alt_arch}
2207
+ type : executable
2208
+
2199
2209
- name : faas-cli
2200
2210
version : 0.14.5
2201
2211
check : ${binary} version | grep "version:" | cut -d' ' -f3
You can’t perform that action at this time.
0 commit comments