Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/_prerequisites.mdx
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion docs/docs/development/_prerequisites_app.mdx
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/docs/development/ai-assisted-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
pkosiec marked this conversation as resolved.
```

## Skills capabilities
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/plugins/lakebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/src/cli/commands/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
}
Expand Down Expand Up @@ -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}
`;
Expand Down
Loading