Make generators to use govendor #3900
Labels
enhancement
:Generator
Related to code generators for building custom Beats or modules.
needs_team
Indicates that the issue/PR needs a Team:* label
Stalled
On creating my own beat using
python .../beats/script/generate.py --type=metricbeat
and then runningmake
, it creates a glide.yml and creates the vendor directory with the entire vendor directory. I might not need the entire vendor directory. It would be easier to switch over to govendor and do:govendor init
govendor add +e
The text was updated successfully, but these errors were encountered: