Reintroduce fleetctl as tool#13444
Conversation
|
This pull request does not have a backport label. Could you fix it @endorama? 🙏
NOTE: |
|
I don't think we need to backport this PR. |
|
This pull request is now in conflicts. Could you fix it @endorama? 🙏 |
isaacaflores2
left a comment
There was a problem hiding this comment.
Thanks did would have been helpful for some recent configs we added to the integrations package
|
This pull request is now in conflicts. Could you fix it @endorama? 🙏 |
removed in elastic#13440 from systemtests but still can be useful for development or manual testing purposes
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
removed unnecessary commits, rebased onto |
💚 Build Succeeded
|
We recently removed
fleetctlin #13440 as it's no longer used in test, and was part ofsystemtest.But there is still use for it as a standalone tool to aid development and manual testing, so I'm proposing this PR that moves it in
tools/This change adds a direct dependency between
toolsandsystemtest, but the same dependency was present, indirectly, before this PR so I don't consider it a blocker.We may want to refactor
systemtest/fleettestto split the concerns, but I'm not sure it's worth the effort at this moment.