docs: track aitools rename to top-level command#330
Open
jamesbroadhead wants to merge 1 commit intomainfrom
Open
docs: track aitools rename to top-level command#330jamesbroadhead wants to merge 1 commit intomainfrom
jamesbroadhead wants to merge 1 commit intomainfrom
Conversation
…s 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mirrors databricks/cli#4917 which promotes the aitools skills-management surface from
databricks experimental aitoolsto top-leveldatabricks aitools. Updates 3 install-command references in appkit docs/setup output:Why now
The old `databricks experimental aitools install` path still works (it prints a deprecation warning), so this isn't a hard cutover — just keeping new copy aligned with the recommended path so users hitting these surfaces don't see a deprecation warning on first run.
Note on the `tools` subtree
`databricks experimental aitools tools` (query / discover-schema / get-default-warehouse / statement) is not being promoted in #4917. It stays under `experimental`. appkit doesn't reference any of those commands, so nothing else here needed updating.
Test plan
This pull request was AI-assisted by Isaac.