-
Notifications
You must be signed in to change notification settings - Fork 254
Improve local tooling ergonomics #14745
Copy link
Copy link
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamchoreTasks that just need to be done, they are neither bug, nor enhancementsTasks that just need to be done, they are neither bug, nor enhancements
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamchoreTasks that just need to be done, they are neither bug, nor enhancementsTasks that just need to be done, they are neither bug, nor enhancements
Type
Fields
Give feedbackNo fields configured for Meta.
This is a meta issue for improvements to the usability of our local tooling. I'd like it to cover anything achievable using
mage,makeand the local CI scripts. Including, but not limited to:For reference, the kind of problem this issue is meant to include, is the fact that if I want to build a single agent package for testing locally, I need to run:
Why not just
mage package? There's an even more annoying problem with integration tests. I'll file a dedicated sub-issue to deal with this.