diff --git a/docs/docs/_prerequisites.mdx b/docs/docs/_prerequisites.mdx index 5844c1d96..1b5d4a3d0 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.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.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 7a74f13dc..9b2dfae83 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.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.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/development/ai-assisted-development.mdx b/docs/docs/development/ai-assisted-development.mdx index d04e6edb1..5e7ff90ed 100644 --- a/docs/docs/development/ai-assisted-development.mdx +++ b/docs/docs/development/ai-assisted-development.mdx @@ -15,7 +15,7 @@ AppKit integrates with AI coding assistants through the Agent Skills. To install the Databricks Agent Skills for your preferred AI assistant, run: ```bash -databricks experimental aitools install +databricks aitools install ``` ## Skills capabilities diff --git a/docs/docs/index.md b/docs/docs/index.md index ef7a657cc..3145990a3 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -38,7 +38,7 @@ Databricks AppKit is designed to work with AI coding assistants through Agent Sk Install Agent Skills and configure it for use with your preferred AI assistant: ```bash -databricks experimental aitools install +databricks aitools install ``` Once configured for your development environment, you can use your AI assistant to create and deploy new Databricks applications, as well as to iteratively evolve your app's codebase. diff --git a/docs/docs/plugins/lakebase.md b/docs/docs/plugins/lakebase.md index e6d728f9b..d3f77e78d 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.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.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 diff --git a/packages/shared/src/cli/commands/setup.ts b/packages/shared/src/cli/commands/setup.ts index 339c2c3a8..c72e661eb 100644 --- a/packages/shared/src/cli/commands/setup.ts +++ b/packages/shared/src/cli/commands/setup.ts @@ -58,7 +58,7 @@ ${links} For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: \`\`\`bash -databricks experimental aitools install +databricks aitools install \`\`\` ${SECTION_END}`; } @@ -88,7 +88,7 @@ ${links} For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: \`\`\`bash -databricks experimental aitools install +databricks aitools install \`\`\` ${SECTION_END} `;