github.com/databricks/cli@v0.203.0/README.md (about)

     1  # Databricks CLI
     2  
     3  [![build](https://github.com/databricks/cli/workflows/build/badge.svg?branch=main)](https://github.com/databricks/cli/actions?query=workflow%3Abuild+branch%3Amain)
     4  
     5  This project is in Public Preview.
     6  
     7  Documentation about the full REST API coverage is available in the [docs folder](docs/commands.md).
     8  
     9  Documentation is available at https://docs.databricks.com/dev-tools/cli/databricks-cli.html.
    10  
    11  ## Installation
    12  
    13  This CLI is packaged as a dependency-free binary executable and may be located in any directory.
    14  See https://github.com/databricks/cli/releases for releases and
    15  [the docs pages](https://docs.databricks.com/dev-tools/cli/databricks-cli.html) for
    16  installation instructions.
    17  
    18  ## Authentication
    19  
    20  This CLI follows the Databricks Unified Authentication principles.
    21  
    22  You can find a detailed description at https://github.com/databricks/databricks-sdk-go#authentication.