datakit-core icon indicating copy to clipboard operation
datakit-core copied to clipboard

Remove plugin-level auto-generation

Open zstumgoren opened this issue 8 years ago • 0 comments

CommandHelpers.config auto-generates a plugin-level JSON file (see here).

This is surprising behavior -- not in the good way -- that causes confusion/errors downstream in plugins that rely on this mixin (See datakit-data for example).

Should change this behavior to require an explicit call to generate plugin-level configurations.

As part of implementation, must ensure that datakit-project does not rely on this auto-generation behavior.

zstumgoren avatar Mar 07 '17 23:03 zstumgoren