Client update command gains support for specifying lock file path #470
Labels
Status: No Recent Activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:question
An issue that's a question
I would for my api client libraries to be auto generated at build time to ensure the client is fully up to date with the latest specification. With the key item being auto-generated code should not be checked in so that it doesn't implement code coverage etc.
There is 2 ways to achieves this however only 1 of which works hence this issue:
Full Generation each time [Works]
kiota generate -l CSharp -c <<ClientName>> -n <<NameSpace>> -d <<yamlFilePath>> -o <<outputFolder>> --co
Reuse previous definition
-Run the generation command as per below
kiota generate -l CSharp -c <<ClientName>> -n <<NameSpace>> -d <<yamlFilePath>> -o <<outputFolder>> --co
kiota update -o <<outputFolder>> --co
As such it would be helpful if:
The text was updated successfully, but these errors were encountered: