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

Find a way to streamline commandline options #41

Open
Breee opened this issue Jun 15, 2023 · 0 comments
Open

Find a way to streamline commandline options #41

Breee opened this issue Jun 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Breee
Copy link
Contributor

Breee commented Jun 15, 2023

What problem are you facing?

The commandline Arguments we can pass to providers are inconsistent across the different providers out there.

https://github.com/upbound/upjet-provider-template/blob/main/cmd/provider/main.go#L36
vs https://github.com/upbound/provider-gcp/blob/main/cmd/provider/appengine/zz_main.go#L54
vs https://github.com/upbound/provider-terraform/blob/main/cmd/provider/main.go#L50

It would be nice if we could generalize and streamline the way to get the current set of commandline options easily into the generated providers

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

No branches or pull requests

1 participant