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

Add CLI Tool support for OpenAPI Generator pass through commands #401

Merged
merged 8 commits into from
Aug 24, 2022

Conversation

christianhelle
Copy link
Owner

@christianhelle christianhelle commented Aug 24, 2022

The changes here add the openapi-generator command to rapicgen for generating code using any supported generator by OpenAPI Generator behind the scenes (https://openapi-generator.tech/docs/generators)

Usage: rapicgen [command] [options]

Options:
  -v|--verbose       Show verbose output
  -?|-h|--help       Show help information.

Commands:
  csharp             Generate C# API client
  jmeter             Generate Apache JMeter test plans
  openapi-generator  Generate code using OpenAPI Generator.
                     See supported generators at https://openapi-generator.tech/docs/generators/
  typescript         Generate TypeScript API client

Run 'rapicgen [command] -?|-h|--help' for more information about a command.

@christianhelle christianhelle self-assigned this Aug 24, 2022
@christianhelle christianhelle linked an issue Aug 24, 2022 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Aug 24, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

97.8% 97.8% Coverage
5.7% 5.7% Duplication

@christianhelle christianhelle merged commit dc6b2ef into master Aug 24, 2022
@christianhelle christianhelle deleted the openapi-generator branch August 24, 2022 14:57
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.

Support other language output
1 participant