completion
command group
Note
This information applies to Databricks CLI versions 0.205 and above. The Databricks CLI is in Public Preview.
Databricks CLI use is subject to the Databricks License and Databricks Privacy Notice, including any Usage Data provisions.
The completion
command group in the Databricks CLI enables autocompletion of command groups, commands, and other programmatic references as you interact with the Databricks CLI through your shell interface.
Important
Before you run this command, be sure to set up the Databricks CLI.
You run completion
commands by appending them to databricks completion
. To display help for the completion
command, run databricks completion -h
.
Autocompletion scripts are provided for the following shells:
Use the autocompletion script
To learn how to generate, apply, and activate the autocompletion script for your shell interface, run the completion
command, as follows:
Shell |
Command |
---|---|
Bash |
|
fish |
|
PowerShell |
|
Zsh |
|
Follow the instructions that are displayed within the output of the completion
command.