Downloads:
34,761
Downloads of v 0.236.0:
1,972
Last Update:
06 Dec 2024
Package Maintainer(s):
Software Author(s):
- Databricks
Tags:
databricks cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Databricks CLI
This is not the latest version of Databricks CLI available.
- 1
- 2
- 3
0.236.0 | Updated: 06 Dec 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
34,761
Downloads of v 0.236.0:
1,972
Maintainer(s):
Software Author(s):
- Databricks
Databricks CLI 0.236.0
This is not the latest version of Databricks CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Databricks. The inclusion of Databricks trademark(s), if any, upon this webpage is solely to identify Databricks goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Databricks CLI, run the following command from the command line or from PowerShell:
To upgrade Databricks CLI, run the following command from the command line or from PowerShell:
To uninstall Databricks CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download databricks-cli --internalize --version=0.236.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade databricks-cli -y --source="'INTERNAL REPO URL'" --version="'0.236.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade databricks-cli -y --source="'INTERNAL REPO URL'" --version="'0.236.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install databricks-cli
win_chocolatey:
name: databricks-cli
version: '0.236.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'databricks-cli' do
action :install
source 'INTERNAL REPO URL'
version '0.236.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller databricks-cli
{
Name = "databricks-cli"
Version = "0.236.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'databricks-cli':
ensure => '0.236.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 06 Dec 2024.
The Databricks command-line interface (also known as the Databricks CLI) provides a tool to automate the Databricks platform from your terminal, command prompt, or automation scripts.
Installation Details
This package installs a version of the Databricks CLI that is currently in Public Preview.
Running the following command will return version 0.236.0
if the installation was successful:
databricks -v
Documentation
Log in or click on link to see number of positives.
- databricks-cli.0.236.0.nupkg (3190987aadb0) - ## / 65
- databricks_cli_0.236.0_windows_amd64-signed.zip (25083bb5001b) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Databricks CLI 0.240.0 | 750 | Tuesday, February 4, 2025 | Approved | |
Databricks CLI 0.239.1 | 1610 | Sunday, January 26, 2025 | Approved | |
Databricks CLI 0.239.0 | 902 | Saturday, January 18, 2025 | Approved | |
Databricks CLI 0.238.0 | 979 | Thursday, January 9, 2025 | Approved | |
Databricks CLI 0.237.0 | 1638 | Thursday, December 19, 2024 | Approved | |
Databricks CLI 0.236.0 | 1972 | Friday, December 6, 2024 | Approved | |
Databricks CLI 0.235.0 | 907 | Thursday, November 28, 2024 | Approved | |
Databricks CLI 0.234.0 | 827 | Friday, November 22, 2024 | Approved | |
Databricks CLI 0.233.0 | 1728 | Sunday, November 10, 2024 | Approved | |
Databricks CLI 0.232.1 | 1087 | Thursday, October 31, 2024 | Approved | |
Databricks CLI 0.232.0 | 28 | Wednesday, October 30, 2024 | Approved | |
Databricks CLI 0.231.0 | 1134 | Friday, October 25, 2024 | Approved | |
Databricks CLI 0.230.0 | 1785 | Sunday, October 13, 2024 | Approved | |
Databricks CLI 0.229.0 | 767 | Sunday, October 6, 2024 | Approved | |
Databricks CLI 0.228.1 | 1488 | Friday, September 20, 2024 | Approved | |
Databricks CLI 0.228.0 | 1659 | Sunday, September 8, 2024 | Approved | |
Databricks CLI 0.227.1 | 27 | Friday, September 6, 2024 | Approved | |
Databricks CLI 0.227.0 | 1374 | Monday, August 26, 2024 | Approved | |
Databricks CLI 0.226.0 | 481 | Monday, August 19, 2024 | Approved | |
Databricks CLI 0.225.0 | 2034 | Thursday, August 1, 2024 | Approved | |
Databricks CLI 0.224.1 | 87 | Wednesday, July 31, 2024 | Approved | |
Databricks CLI 0.224.0 | 920 | Monday, July 22, 2024 | Approved | |
Databricks CLI 0.223.2 | 803 | Friday, July 12, 2024 | Approved | |
Databricks CLI 0.223.1 | 579 | Thursday, July 4, 2024 | Approved | |
Databricks CLI 0.223.0 | 22 | Thursday, July 4, 2024 | Approved | |
Databricks CLI 0.222.0 | 344 | Sunday, June 30, 2024 | Approved | |
Databricks CLI 0.221.1 | 2208 | Friday, June 7, 2024 | Approved | |
Databricks CLI 0.221.0 | 45 | Thursday, June 6, 2024 | Approved | |
Databricks CLI 0.220.0 | 741 | Friday, May 24, 2024 | Approved | |
Databricks CLI 0.219.0 | 1367 | Wednesday, May 1, 2024 | Approved | |
Databricks CLI 0.218.1 | 222 | Sunday, April 28, 2024 | Approved | |
Databricks CLI 0.218.0 | 161 | Tuesday, April 23, 2024 | Approved | |
Databricks CLI 0.217.1 | 609 | Wednesday, April 10, 2024 | Approved | |
Databricks CLI 0.217.0 | 268 | Wednesday, April 3, 2024 | Approved | |
Databricks CLI 0.216.0 | 184 | Friday, March 29, 2024 | Approved | |
Databricks CLI 0.215.0 | 373 | Friday, March 15, 2024 | Approved | |
Databricks CLI 0.214.1 | 536 | Friday, February 23, 2024 | Approved | |
Databricks CLI 0.214.0 | 74 | Wednesday, February 21, 2024 | Approved | |
Databricks CLI 0.213.0 | 154 | Thursday, February 15, 2024 | Approved | |
Databricks CLI 0.212.4 | 604 | Friday, February 9, 2024 | Approved | |
Databricks CLI 0.212.3 | 167 | Sunday, February 4, 2024 | Approved | |
Databricks CLI 0.212.2 | 294 | Friday, January 26, 2024 | Approved | |
Databricks CLI 0.212.1 | 155 | Saturday, January 20, 2024 | Approved | |
Databricks CLI 0.212.0 | 39 | Friday, January 19, 2024 | Approved | |
Databricks CLI 0.211.0 | 258 | Thursday, December 21, 2023 | Approved | |
Databricks CLI 0.210.3 | 41 | Wednesday, December 13, 2023 | Approved | |
Databricks CLI 0.210.2 | 31 | Tuesday, December 12, 2023 | Approved | |
Databricks CLI 0.210.1 | 51 | Sunday, December 10, 2023 | Approved | |
Databricks CLI 0.210.0 | 49 | Sunday, December 10, 2023 | Approved | |
Databricks CLI 0.209.1 | 198 | Saturday, December 2, 2023 | Approved |
2024 Databricks, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Databricks CLI and the Databricks CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Databricks CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.