-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathtools.json
More file actions
142 lines (142 loc) · 6.5 KB
/
tools.json
File metadata and controls
142 lines (142 loc) · 6.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"odo": {
"description": "odo CLI",
"vendor": "Red Hat, Inc.",
"name": "odo",
"version": "3.14.0",
"versionRange": "^3.14.0",
"versionRangeLabel": "version >= 3.14.0",
"dlFileName": "odo",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.14.0/odo-windows-amd64.exe.zip",
"sha256sum": "ba214b33f175e05085926848f376efb3322673098826c3b63a0748a36e871b32",
"dlFileName": "odo-windows-amd64.exe.zip",
"cmdFileName": "odo-windows-amd64.exe"
},
"darwin": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.14.0/odo-darwin-amd64.tar.gz",
"sha256sum": "f7f8a26e1da5a611f170058a12963b6edc13d096bb9a2f90442a9e1a078d283b",
"dlFileName": "odo-darwin-amd64.tar.gz",
"cmdFileName": "odo-darwin-amd64"
},
"linux": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.14.0/odo-linux-amd64.tar.gz",
"sha256sum": "e59edb8034197664db7161c98c8a46b31be0fc6c1ef795dd534c5421f56011c0",
"dlFileName": "odo-linux-amd64.tar.gz",
"cmdFileName": "odo"
}
}
},
"oc": {
"description": "OKD CLI client tool",
"vendor": "Red Hat, Inc.",
"name": "oc",
"cmdFileName": "oc",
"version": "4.9.5",
"versionRange": "^4.9.5",
"versionRangeLabel": "version 4.9.5 and < 5.0.0",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-windows-4.9.5.zip",
"sha256sum": "94c56134e8effb56df96823364f39e27eeb4e77c30a3e3d5070597df2220058e",
"dlFileName": "openshift-client-windows-4.9.5.zip",
"cmdFileName": "oc.exe"
},
"darwin": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-mac-4.9.5.tar.gz",
"sha256sum": "fc05880dbe9132d9daf898b37766e27d0f03f881086a71a99e06de77cf654a0e",
"dlFileName": "openshift-client-mac-4.9.5.tar.gz",
"cmdFileName": "oc"
},
"linux": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-linux-4.9.5.tar.gz",
"sha256sum": "447c40582fb2fc80b38be070c1f7e3989f08e53b38aa296595f5e3b63790a69a",
"dlFileName": "openshift-client-linux-4.9.5.tar.gz",
"cmdFileName": "oc"
}
}
},
"func": {
"description": "Function CLI tool",
"vendor": "Red Hat, Inc.",
"name": "func",
"version": "1.10.0",
"versionRange": "1.10.0",
"versionRangeLabel": "v1.10.0",
"dlFileName": "func",
"cmdFileName": "func",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://github.com/knative/func/releases/download/knative-v1.10.0/func_windows_amd64.exe",
"sha256sum": "0d1ac065f67b2461c709a1cdbd477d26eb57a53635892d1726b945fc9e582409",
"dlFileName": "func_windows_amd64.exe",
"cmdFileName": "func.exe"
},
"darwin": {
"url": "https://github.com/knative/func/releases/download/knative-v1.10.0/func_darwin_amd64",
"sha256sum": "de953a9167f28af5c1f0acfe67e2c851e999aa1f6efed5a326083ba569cc2381",
"dlFileName": "func_darwin_amd64",
"cmdFileName": "func"
},
"darwin-arm64": {
"url": "https://github.com/knative/func/releases/download/knative-v1.10.0/func_darwin_arm64",
"sha256sum": "740bef3723a30861149e86ea0505e32be74112bafa892a8d0a86d2526c41cf71",
"dlFileName": "func_darwin_arm64",
"cmdFileName": "func"
},
"linux": {
"url": "https://github.com/knative/func/releases/download/knative-v1.10.0/func_linux_amd64",
"sha256sum": "5069e5fb8d1b3742c4df8e8bbbeb7737f3bf7aab175bd8e76a900b86bc28239a",
"dlFileName": "func_linux_amd64",
"cmdFileName": "func"
},
"linux-arm64": {
"url": "https://github.com/knative/func/releases/download/knative-v1.10.0/func_linux_arm64",
"sha256sum": "9004e811ad5cfe042e4e2009735447c9e1a60ea8b1a3c2c824dbf117eead7c22",
"dlFileName": "func_linux_arm64",
"cmdFileName": "func"
}
}
},
"helm": {
"description": "oc helm CLI",
"vendor": "Red Hat, Inc.",
"name": "helm",
"version": "3.11.1",
"versionRange": "^3.11.1",
"versionRangeLabel": "version >= 3.11.1",
"dlFileName": "helm",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-windows-amd64.exe.zip",
"sha256sum": "2ee9c0bec16252171aec7bb709219e069d4d747c5e40341d652708fa2a78640c",
"dlFileName": "helm-windows-amd64.exe.zip",
"cmdFileName": "helm-windows-amd64.exe"
},
"darwin": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-darwin-amd64.tar.gz",
"sha256sum": "0930908a9a43a32c9a7dc859bc82b2d0d822d99b53d75979a6da64a824d80837",
"dlFileName": "helm-darwin-amd64.tar.gz",
"cmdFileName": "helm-darwin-amd64"
},
"linux": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-linux-amd64.tar.gz",
"sha256sum": "55a8ac91018650964ccaccc66a6d6b963428a2afa0a824e708e63509dbbd3316",
"dlFileName": "helm-linux-amd64.tar.gz",
"cmdFileName": "helm-linux-amd64"
}
}
},
"crc": {
"description": "crc openshift container",
"vendor": "Red Hat, Inc.",
"name": "crc",
"crcVersion": "2.25.0",
"openshiftVersion": "4.13.6"
}
}