Skip to content

Commit ab5d033

Browse files
docs: track aitools rename to top-level command (#330)
* docs: track aitools rename — 'experimental aitools install' → 'aitools install' Mirrors the CLI change in databricks/cli#4917 which promotes the aitools skills-management surface (install/update/uninstall/list/ version/skills) from `databricks experimental aitools` to top-level `databricks aitools`. The old `experimental aitools install` path still works in the CLI (prints a deprecation warning) but new docs should use the top-level form. Note: the `databricks experimental aitools tools …` subtree (query, discover-schema, get-default-warehouse, statement) intentionally stays under experimental — appkit doesn't reference any of those, so nothing else to update here. Co-authored-by: Isaac * docs: update missed 'experimental aitools install' reference Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com> * docs: bump minimum Databricks CLI version to v1.0.0 Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com> --------- Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com> Co-authored-by: Pawel Kosiec <pawel.kosiec@databricks.com>
1 parent 360e86f commit ab5d033

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/docs/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Prerequisites
22

33
- [Node.js](https://nodejs.org) v22+ environment with `npm`
4-
- 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).
4+
- 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).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Prerequisites
22

33
- [Node.js](https://nodejs.org) v22+ environment with `npm`
4-
- 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).
4+
- 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).
55
- A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details.

docs/docs/development/ai-assisted-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AppKit integrates with AI coding assistants through the Agent Skills.
1515
To install the Databricks Agent Skills for your preferred AI assistant, run:
1616

1717
```bash
18-
databricks experimental aitools install
18+
databricks aitools install
1919
```
2020

2121
## Skills capabilities

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Databricks AppKit is designed to work with AI coding assistants through Agent Sk
3838
Install Agent Skills and configure it for use with your preferred AI assistant:
3939

4040
```bash
41-
databricks experimental aitools install
41+
databricks aitools install
4242
```
4343

4444
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.

docs/docs/plugins/lakebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The easiest way to get started with the Lakebase plugin is to use the Databricks
2020
### Prerequisites
2121

2222
- [Node.js](https://nodejs.org) v22+ environment with `npm`
23-
- 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).
23+
- 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).
2424
- A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details.
2525

2626
### Steps

packages/shared/src/cli/commands/setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ${links}
5858
For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills:
5959
6060
\`\`\`bash
61-
databricks experimental aitools install
61+
databricks aitools install
6262
\`\`\`
6363
${SECTION_END}`;
6464
}
@@ -88,7 +88,7 @@ ${links}
8888
For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills:
8989
9090
\`\`\`bash
91-
databricks experimental aitools install
91+
databricks aitools install
9292
\`\`\`
9393
${SECTION_END}
9494
`;

0 commit comments

Comments
 (0)