Skip to content

databricks.com

Databricks CLI

Package Information

  • Domain: databricks.com
  • Name: databricks.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install databricks

Programs

This package provides the following executable programs:

  • databricks

Aliases

This package can also be accessed using these aliases:

  • databricks

Available Versions

Show all 55 versions
  • 0.256.0, 0.255.0, 0.254.0, 0.253.0, 0.252.0
  • 0.251.0, 0.250.0, 0.249.0, 0.248.0, 0.247.1
  • 0.247.0, 0.246.0, 0.245.0, 0.244.0, 0.243.0
  • 0.242.0, 0.241.2, 0.241.1, 0.241.0, 0.240.0
  • 0.239.1, 0.239.0, 0.238.0, 0.237.0, 0.236.0
  • 0.235.0, 0.234.0, 0.233.0, 0.232.1, 0.232.0
  • 0.231.0, 0.230.0, 0.229.0, 0.228.1, 0.228.0
  • 0.227.1, 0.227.0, 0.226.0, 0.225.0, 0.224.1
  • 0.224.0, 0.223.2, 0.223.1, 0.223.0, 0.222.0
  • 0.221.1, 0.221.0, 0.220.0, 0.219.0, 0.218.1
  • 0.218.0, 0.217.1, 0.217.0, 0.216.0, 0.215.0

Latest Version: 0.256.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +databricks.com@0.256.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.databrickscom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.