You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(make): generic install/upgrade/uninstall for all catalog tools
Make pattern targets (install-%, upgrade-%, uninstall-%, reconcile-%)
now use a fallback chain: dedicated script > install_tool.sh > error.
This extends support from the ~15 tools with dedicated scripts to all
89 cataloged tools.
Specific fixes:
- install-core: use install_group.sh with 'core' tag
- install-aws/kubectl/terraform: use install_tool.sh (no dedicated scripts)
- install-uv: add missing Makefile target
- publish: remove orphan .PHONY entry (only publish-test/publish-prod exist)
- install_group.sh: wire uninstall action through to install_tool.sh
Closes#28, closes#29, closes#30, closes#31, closes#32, closes#33, closes#34
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
0 commit comments