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

Use positional argument for OAS #92

Open
pehala opened this issue Jun 24, 2024 · 0 comments
Open

Use positional argument for OAS #92

pehala opened this issue Jun 24, 2024 · 0 comments
Labels
enhancement New feature or request kind/enhancement

Comments

@pehala
Copy link

pehala commented Jun 24, 2024

Currently we use named argument --oas that needs to be present in every generate command. Since we there can always be only one argument, is required and there can be only OAS, I propose to change it to positional argument.

Currently: kubectl generate gatewayapi httproute --oas test.yaml
Proposed: kubectl generate gatewayapi httproute test.yaml

@pehala pehala added enhancement New feature or request kind/enhancement labels Jun 24, 2024
@pehala pehala added this to Kuadrant Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kind/enhancement
Projects
Status: No status
Development

No branches or pull requests

1 participant