cmd/bundle: remove summary --show-full-config#5241
Conversation
The hidden `--show-full-config` flag has been superseded by `bundle debug list-targets`. Drop the flag, its handler, and the corresponding acceptance test directory.
ilyakuz-db
left a comment
There was a problem hiding this comment.
Looks like "show-full-config" acceptance tests cover more than "list-targets". Should we add more tests to the list-targets acceptance suite?
Acceptance tests for |
Makes sense, thanks for the clarification! |
Summary
bundle summary --show-full-configflag and its handler fromcmd/bundle/summary.go.acceptance/bundle/summary/show-full-config/test directory.bundle debug list-targets, which already covers the same use case.Test plan
./task buildsucceeds../task testpasses; no acceptance tests reference--show-full-config.databricks bundle summary --show-full-confignow errors with "unknown flag" as expected.databricks bundle debug list-targetscontinues to work as the replacement.