We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running kiota plugin add, the command should show all required parameters, --openapi, --plugin-name and --type
The text was updated successfully, but these errors were encountered:
@maisarissi Should we be updating the spec to remove the default value?
I believe the issue here is that if its required and has a default value, not providing the value will fall back to the openAi type. https://github.com/microsoft/kiota/blob/main/specs/cli/plugin-add.md?plain=1#L49
Sorry, something went wrong.
Spec updated: #4477
andrueastman
Successfully merging a pull request may close this issue.
When running kiota plugin add, the command should show all required parameters, --openapi, --plugin-name and --type
The text was updated successfully, but these errors were encountered: