2022-08-19 16:30:55 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.4.0",
"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.4.0-windows-amd64.zip",
"hash": "f5575b2bc18641568868e699f2fa8efcf6070d34f8dd68d84709a228e8c0d581",
"extract_dir": "influxdb2-client-2.4.0-windows-amd64"
}
},
"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"
},
"extract_dir": "influxdb2-client-$version-windows-amd64"
}
}
}
}