databricks-cli/cmd/configure
Pieter Noordhuis d985601d30
Add `--configure-cluster` flag to configure command (#1005)
## Changes

This breaks out the flags into a separate struct to make it easier to
pass around.

If specified, the flag calls into the `cfgpicker` to prompt for a
cluster to associated with the profile.

## Tests

Existing tests pass; added one for host validation.

---------

Co-authored-by: Miles Yucht <miles@databricks.com>
2023-11-23 19:56:48 +00:00
..
configure.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
configure_test.go Make `databricks configure` save only explicit fields (#973) 2023-11-10 14:03:57 +00:00
flags.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host_test.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00