JinkunLiu commented on PR #599: URL: https://github.com/apache/flink-agents/pull/599#issuecomment-4323792575
> users are required to understand too many cli flag and environment variables. CLI flags are reserved for non-interactive installation mode > I'm wondering if we could retain only a single CLI flag, --default, to indicate that all operations should follow the default path Actually, the code already does this — you can try running `bash install.sh` directly and the interactive mode for user selection will appear. > Users can interactively choose whether to install Flink, select the Flink version (1.20.3, 2.0.1, 2.1.1, 2.2.0), and specify the flink-agents version (0.1.1, 0.2.1, 0.3). Now the install shell provides the latest version as default. Users can use all the features we provide in the latest version.If they need special version about Flink or Flink-agents they can use cli flag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
