Skip to content

Conversation

@maheshbhatiya73
Copy link
Member

  • Implemented list command to display all eBPF programs in the database with clean, aligned table output showing ID, Title, Version, Status, and Path.

  • Added remove command to delete an eBPF program by ID:

    • Removes the program record from the database.
    • Deletes the corresponding binary file from the filesystem.
    • Provides warnings if file does not exist.
    • Supports --id flag for specifying program ID.

- Implemented `list` command to display all eBPF programs in the database
  with clean, aligned table output showing ID, Title, Version, Status, and Path.

- Added `remove` command to delete an eBPF program by ID:
    - Removes the program record from the database.
    - Deletes the corresponding binary file from the filesystem.
    - Provides warnings if file does not exist.
    - Supports --id flag for specifying program ID.
@maheshbhatiya73 maheshbhatiya73 merged commit 725debd into main Aug 26, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants