-
Notifications
You must be signed in to change notification settings - Fork 31
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
Create @microsoft/kiota-cli #1618
Comments
Hi @zZHorizonZz Out of curiosity, are you using GitHub actions? if so, did you come across this task ? |
I know there is a gitHub action, but our company uses Azure DevOps so that's not really an option. However, DevOps was just an example. I think in general, if you could simply have this as a dependency, it would also simplify other things as well. |
Thank you for the additional information. Please make sure you upvote that issue then :) As for what you're requesting, we're actually already working on it here microsoft/kiota#6083 I'm going to close this issue as a duplicate, so we can have a cohesive discussion over there, please join in! |
Currently, if you want to use Kiota, you need to install the Kiota tool through dotnet, download the binary, or use Docker. These approaches are nice if you are using Kiota locally, but it becomes painful when you are trying to use it in DevOps, for example, as you need to edit the pipelines, install it on your build machine, or use Docker. Therefore, I'm proposing to create a new
@microsoft/kiota-cli
package to alleviate this and make it easier to use and set up.The text was updated successfully, but these errors were encountered: