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
** Breaking Change for 9.0 **
Remove the backwards compatibility for single - options. This means we would only support things like --environment and not -environment.
-
--environment
-environment
This gets rid of the manipulation of os.Args and will make it much safer to import beats into other projects.
os.Args
The text was updated successfully, but these errors were encountered:
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
Sorry, something went wrong.
leehinman
Successfully merging a pull request may close this issue.
** Breaking Change for 9.0 **
Remove the backwards compatibility for single
-
options. This means we would only support things like--environment
and not-environment
.This gets rid of the manipulation of
os.Args
and will make it much safer to import beats into other projects.The text was updated successfully, but these errors were encountered: