Skip to content
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

Json output for the kiota info command #3531

Merged
merged 4 commits into from
Oct 20, 2023

Conversation

andreaTP
Copy link
Contributor

This should ease the integrations and enable them to better automate processes.

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that works better actually! Thanks for making the change.

@baywet
Copy link
Member

baywet commented Oct 20, 2023

@andreaTP would you mind adding the documentation for the new option in the documentation as well please?

@baywet baywet enabled auto-merge October 20, 2023 19:20
@baywet baywet merged commit c6a4c0d into microsoft:main Oct 20, 2023
@@ -101,6 +101,7 @@ private static Command GetInfoCommand()
var clearCacheOption = GetClearCacheOption(defaultGenerationConfiguration.ClearCache);
var searchTermOption = GetSearchKeyOption();
var languageOption = new Option<GenerationLanguage?>("--language", "The target language for the dependencies instructions.");
var jsonOption = new Option<bool>("--json", "The target language for the dependencies instructions.");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, I just noticed this, I need a better description for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants