Commit Graph

4 Commits

Author SHA1 Message Date
Denis Bilenko (aider) 010ce1e5a9 refactor: Remove unnecessary error assignments from MarkHidden calls 2024-12-11 09:55:28 +01:00
Denis Bilenko (aider) 1c8db2fbc1 refactor: Ignore errors from MarkHidden flag calls 2024-12-11 09:55:28 +01:00
Denis Bilenko b63be2d6f5 all 2024-12-11 09:55:28 +01:00
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