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
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
The text was updated successfully, but these errors were encountered:
--poll-interval
--poll
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: