2023-04-06 10:52:49 +05:30

31 lines
1.1 KiB
JSON

{
"version": "2.7.1",
"description": "CLI for InfluxDB 2.1+",
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-windows-amd64.zip",
"hash": "fe275187581d4cc023dc0f2c1c0036f4fb7948ce466251edd6936124fdcabfeb"
}
},
"pre_install": "Rename-Item \"$dir\\influx\" influx.exe",
"bin": "influx.exe",
"checkver": {
"url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2_cloud_cli.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-$version-windows-amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256"
}
}
}
}
}