{
    "##": "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": "0.299.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/v0.299.0/databricks_cli_0.299.0_windows_amd64.zip",
            "hash": "e044e078d8937cb3bdca84136fdcd2107bf4e9adc3c51faa16b3db0c87bca8ab"
        },
        "arm64": {
            "url": "https://github.com/databricks/cli/releases/download/v0.299.0/databricks_cli_0.299.0_windows_arm64.zip",
            "hash": "4f233f94e5fd9ec6da8c6b9301b27c1cd15d8ae6e5d01732df743b63bb6d2d7e"
        }
    },
    "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"
        }
    }
}
