Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[ftr] use getopts to fetch server args (#198227)](#198227) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-30T13:47:03Z","message":"[ftr] use getopts to fetch server args (#198227)\n\n## Summary\r\n\r\nThis PR simplifies the code to read server arguments by using `getopts`\r\nmodule as @jbudz suggested.","sha":"79e64b85dc59708b0d90728eb13b69512e74506f","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","FTR","backport:version","v8.17.0"],"title":"[ftr] use getopts to fetch server args","number":198227,"url":"https://github.com/elastic/kibana/pull/198227","mergeCommit":{"message":"[ftr] use getopts to fetch server args (#198227)\n\n## Summary\r\n\r\nThis PR simplifies the code to read server arguments by using `getopts`\r\nmodule as @jbudz suggested.","sha":"79e64b85dc59708b0d90728eb13b69512e74506f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198227","number":198227,"mergeCommit":{"message":"[ftr] use getopts to fetch server args (#198227)\n\n## Summary\r\n\r\nThis PR simplifies the code to read server arguments by using `getopts`\r\nmodule as @jbudz suggested.","sha":"79e64b85dc59708b0d90728eb13b69512e74506f"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <[email protected]>
- Loading branch information