databricks-cli/bundle/resources
Pieter Noordhuis ed84a33b0a
Reuse resource resolution code for the run command (#1858)
## Changes

As of #1846 we have a generalized package for doing resource lookups and
completion.

This change updates the run command to use this instead of more specific
code under `bundle/run`.

## Tests

* Unit tests pass
* Manually confirmed that completion and prompting works
2024-10-24 13:24:30 +00:00
..
completion.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
completion_test.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
lookup.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
lookup_test.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00