metabase icon indicating copy to clipboard operation
metabase copied to clipboard

add 'mage alias' fix help w/o bb installed

Open escherize opened this issue 5 months ago • 2 comments

mage alias

  • Prints instructions to install mage alias + 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

escherize avatar Jun 11 '25 15:06 escherize