Closed vsantwana closed 1 week ago
Breaking Changes
New Features
Bug Fixes
confluent flink application web-ui-forward
--url
When the URL of the CMF server is exported using:
export CONFLUENT_CMF_URL=http://localhost:8080
The forward-web-ui command doesn’t work
confluent flink application web-ui-forward basic-example --environment default --port 8090 Error: required flag(s) "url" not set Usage: confluent flink application web-ui-forward <name> [flags]
Removing this check cobra.CheckErr(cmd.MarkFlagRequired("url")) and reading from the env variable if the flag is not set.
cobra.CheckErr(cmd.MarkFlagRequired("url"))
:tada: All Contributor License Agreements have been signed. Ready to merge. Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Release Notes
Breaking Changes
New Features
Bug Fixes
confluent flink application web-ui-forward
now works without the--url
flagChecklist
What
When the URL of the CMF server is exported using:
The forward-web-ui command doesn’t work
Removing this check
cobra.CheckErr(cmd.MarkFlagRequired("url"))
and reading from the env variable if the flag is not set.References
Test & Review