metabase
metabase copied to clipboard
add 'mage alias' fix help w/o bb installed
mage alias
- Prints instructions to install
magealias + autocomplete for bash, zsh, and fish shells.
When bb is not installed globally the print-help function was failing because it runs bb from /path/to/metabase not /path/to/metabase/bin! Now it calls the auto-installed babashka executable instead.
Updates comments for the example task with better guidance + easier to understand