2022-12-29 20:26:23 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.6.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.6.1-windows-amd64.zip",
"hash": "873e67c917b18c5e14613025b573c9e13e9a9c31cdce9d59e0d18075ead96416",
"extract_dir": "influxdb2-client-2.6.1-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"
}
}
}
}