databricks-cli/cmd/root
Pieter Noordhuis 6737af4b06
Move bundle loading functions to top level (#181)
We intend to let non-bundle commands use bundle configuration for their
operating context (workspace, auth, default cluster, etc).

As such, all commands must first try to load a bundle configuration.
If there is no bundle they can fall back on taking their operating
context from command line flags and the environment.

This is on top of #180.
2023-01-27 17:05:57 +01:00
..
bundle.go Move bundle loading functions to top level (#181) 2023-01-27 17:05:57 +01:00
root.go Only display usage string on flag errors (#147) 2022-12-21 11:38:30 +01:00