Extras/bucket/databricks-cli.json
2026-07-29 16:47:15 +00:00

39 lines
1.6 KiB
JSON

{
"##": "Please keep checkver field as is. We cannot fetch the latest version via the GitHub API, due to the IP restrictions in the Databricks org.",
"version": "1.10.0",
"description": "CLI for interacting with the Databricks platform.",
"homepage": "https://docs.databricks.com/aws/en/dev-tools/cli",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/databricks/cli/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/databricks/cli/releases/download/v1.10.0/databricks_cli_1.10.0_windows_amd64.zip",
"hash": "29a6c0fafd1335d54d13c7fb0433c31a5056a672ab6bb619d690a5451b7e1b0b"
},
"arm64": {
"url": "https://github.com/databricks/cli/releases/download/v1.10.0/databricks_cli_1.10.0_windows_arm64.zip",
"hash": "8a9d177c8a26bf48e5db603090959d0019c6fc7449578c06d57abf6fcbbe980b"
}
},
"bin": "databricks.exe",
"checkver": {
"url": "https://github.com/databricks/cli/releases/latest",
"regex": "/tree/(?:v|V)([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/databricks/cli/releases/download/v$version/databricks_cli_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/databricks/cli/releases/download/v$version/databricks_cli_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/databricks_cli_$version_SHA256SUMS"
}
}
}