-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC-0001: Rewrite Cake CLI #2333
Comments
I was coming back in to look at something like this. I think this is a good idea. I just want it to still play nice with the dotnet global tool installation as well! |
@adamhathcock The goal is that we should be 100% backwards compatible after this change, but have some more fine grained commands (and a cleaner architecture and code base in the Cake CLI). Is there anything in particular that you're thinking about? All feedback is very appreciated here 😄 |
The usage of |
Ah, you mean adding |
I just realized the mistake in my thinking. |
Actually, I hadn't realised that it wasn't. Yes, I would say that it should be. Is there a reason that it isn't? |
Since |
maybe there should be |
Well, right now we require the user to get the target from the provided arguments and pass it to |
If doing that we should have a --no-target option too, to opt out of task implicit RunTarget. And target should almost be an configuration so it/default can be supplied via environment/argument/config without needing to parse script first. |
Hello all, I found this as an interesting exercise to do in my freetime (and I have loads of it currently), although I'd be needing help in familiarising myself with the codebase. Please do provide me some pointers to start myself with. |
@SUMUKHA-PK I'm already working on a PR for this here: #2334 |
Thanks for letting me know @patriksvensson |
🎉 This issue has been resolved in version v1.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
As described in RFC-0001.
The text was updated successfully, but these errors were encountered: