-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix templates and docs to use correct --
command line args
#42060
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
a634cce
to
63f7d70
Compare
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
@cmacknz can I get your approval on this before I bypass the obs-cloudnative-monitoring review? I would like this fix to land in 8.17 asap. |
Co-authored-by: Tiago Queiroz <me@tiago.life>
60cfa9c
to
0e3b9aa
Compare
@gizas @tetianakravchenko looks like we still need on of your approval in order to move forward here. |
* fix templates and docs to use correct `--` command line args Co-authored-by: Tiago Queiroz <me@tiago.life> (cherry picked from commit 580f0f6)
* fix templates and docs to use correct `--` command line args Co-authored-by: Tiago Queiroz <me@tiago.life> (cherry picked from commit 580f0f6)
…mand line args (#42204) * fix templates and docs to use correct `--` command line args (#42060) * fix templates and docs to use correct `--` command line args Co-authored-by: Tiago Queiroz <me@tiago.life> (cherry picked from commit 580f0f6) * fix changelog --------- Co-authored-by: Lee E Hinman <57081003+leehinman@users.noreply.github.com> Co-authored-by: Lee E. Hinman <lee.e.hinman@elastic.co>
…mmand line args (#42205) * fix templates and docs to use correct `--` command line args (#42060) * fix templates and docs to use correct `--` command line args Co-authored-by: Tiago Queiroz <me@tiago.life> (cherry picked from commit 580f0f6) * fix changelog --------- Co-authored-by: Lee E Hinman <57081003+leehinman@users.noreply.github.com> Co-authored-by: Lee E. Hinman <lee.e.hinman@elastic.co>
Proposed commit message
Change use of
-environment
and-system.hostfs
to the correct--environment
and--system.hostfs
versions in templates and documentation. This is necessary to allow correct argument parsing in all environments.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
Closes #42038