Add mage to project dependencies
What does this MR do?
Adds mage as a project dependencies when running mise install so mage commands like mage k8s:generatePermissionsDocs are more easily runnable.
Why was this MR needed?
I had to run mage k8s:generatePermissionsDocs, but didn't have mage installed. I tried mise install but it didn't install mage.
What's the best way to test this MR?
- Check out this branch.
- Run
mise install. - Run a
magetarget. You can runwhich mageto check you're running themise-installed binary.