From 594408c3e760dd30004fbdef804d259d073ad084 Mon Sep 17 00:00:00 2001 From: MarioCadenas Date: Wed, 18 Mar 2026 16:00:02 +0100 Subject: [PATCH] chore: update cli min version --- docs/docs/_prerequisites.mdx | 2 +- docs/docs/development/_prerequisites_app.mdx | 2 +- docs/docs/plugins/lakebase.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/_prerequisites.mdx b/docs/docs/_prerequisites.mdx index 68b0d197..5844c1d9 100644 --- a/docs/docs/_prerequisites.mdx +++ b/docs/docs/_prerequisites.mdx @@ -1,4 +1,4 @@ ## Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.287.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). diff --git a/docs/docs/development/_prerequisites_app.mdx b/docs/docs/development/_prerequisites_app.mdx index 07287fdf..7a74f13d 100644 --- a/docs/docs/development/_prerequisites_app.mdx +++ b/docs/docs/development/_prerequisites_app.mdx @@ -1,5 +1,5 @@ ## Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.287.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). - A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details. diff --git a/docs/docs/plugins/lakebase.md b/docs/docs/plugins/lakebase.md index c0f12869..768da3c2 100644 --- a/docs/docs/plugins/lakebase.md +++ b/docs/docs/plugins/lakebase.md @@ -20,7 +20,7 @@ The easiest way to get started with the Lakebase plugin is to use the Databricks ### Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.287.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). - A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details. ### Steps