elastic / detection-rules

Home Page:https://www.elastic.co/guide/en/security/current/detection-engine-overview.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Refactor] Revisit `devtools` Commands, Groups and Organization

terrancedejesus opened this issue · comments

Summary

The devtools.py library was originally meant to house CLI commands related to Detection Rules releases.

@root.group('dev')
def dev_group():
    """Commands related to the Elastic Stack rules release lifecycle."""

Over time, additional CLI commands have been added that are not related to the release. We should revisit these commands and groups to determine appropriate naming, functionality, grouping, etc. There is also code related to Kibana pushes for release which we no longer do that could be removed.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This has been closed due to inactivity. If you feel this is an error, please re-open and include a justifying comment.