Is there a way to add more tools available in proto into the toolchain.yaml
config?
#1769
rhuanbarreto
started this conversation in
Ideas
Replies: 1 comment
-
There's nothing built-in at the moment, but the migration to plugins would easily allow this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the great things about moon is that all the workspace setup with regards to the toolchain, like runtime installation (bun/node) and package installation is taken care of. This speeds up a lot a developer once they don't need to install things manually and it's "platform agnostic" (Mac/Linux).
What I'm missing is the ability to auto install underlying tools that you can install using proto, like the github cli.
Is there a way to describe those tools in toolchain.yaml and have them installed if required by tasks? I have some wrapper cli packages that uses those cli's underlying, like the Github and the Azure one.
Any ideas would be greatly appreaciated.
Beta Was this translation helpful? Give feedback.
All reactions