-
Notifications
You must be signed in to change notification settings - Fork 153
Misaligned Online documentation URL in databricks help for bundle command #936
Copy link
Copy link
Closed
Labels
Description
This "Online documentation" is printed out nicely for databricks bundle --help, but is misaligned in databricks --help.
$ databricks --version
Databricks CLI v0.208.2
$ databricks bundle --help
Databricks Asset Bundles
Online documentation: https://docs.databricks.com/en/dev-tools/bundles
Usage:
databricks bundle [command]
...All fine so far, but...and that's the "misalignment" issue:
$ databricks --help
...
bundle Databricks Asset Bundles
Online documentation: https://docs.databricks.com/en/dev-tools/bundles
completion Generate the autocompletion script for the specified shell
...Reactions are currently unavailable