Releases: databricks/cli
Releases · databricks/cli
Snapshot
Snapshot build of the main branch. Updated automatically on each commit.
v0.294.0
v0.293.0
An issue in our release pipeline caused v0.293.0 to be released off the same Git commit as v0.292.0.
v0.292.0
v0.291.0
v0.290.1
v0.290.0
Release v0.290.0 (2026-02-26)
CLI
- Add
completion install,uninstall, andstatussubcommands (#4581) - Wire profile name through CLI ToOAuthArgument for profile-based cache keys (#4562)
- Add host disambiguation and positional profile support to auth token (#4574)
- Update error messages to suggest 'databricks auth login' (#4587)
- Resolve --host to matching profile for token cache lookup (#4591)
- Improve auth token UX: profile selection and better empty-state handling ([#4584(https://github.com//pull/4584)
Bundles
- Added support for git_source and git_repository for Apps (#4538)
Dependency updates
API Changes
- Bump databricks-sdk-go from v0.111.0 to v0.112.0.
v0.289.1
Release v0.289.1 (2026-02-19)
CLI
- Make auth profiles respect DATABRICKS_CLI_PATH env var (#4467)
- Fix arrow key navigation in prompts on Windows (#4501)
Bundles
- Log artifact build output in debug mode (#4208)
- Fix bundle init not working in Azure Government (#4286)
- Allow single and double quotes in environment dependencies (#4511)
- Use purge option when deleting alerts (#4505)
- engine/direct: Replace server_side_default with more precise backend_default rule in bundle plan (#4490)
- engine/direct: Extend pipelines recreate_on_changes configuration (#4499)
- engine/direct: Added support for UC external locations (direct only) (#4484)
Dependency updates
v0.288.0
v0.287.0
CLI
- Add Lakebase Autoscaling support to
psqlcommand (#4399) - Add
workspace_idto the profiles command (#4404)
Bundles
- Add support for Lakebase resources (postgres_projects, postgres_branches, postgres_endpoints) (#4423)
- Add missing values to SchemaGrantPrivilege enum (#4380)
- Added support for UC catalogs (only in direct mode) (#4342)
- engine/direct: Fix updates to fields being ignored for database_catalogs, synced_database_tables ((#4388))
- engine/direct: Fix migration for database_instances, database_catalog, synced_database_tables (#4424)
- Show warning message if valueFrom is used instead of value_from in app config section ($4429)