Create package
package_createScaffold a new Tenzir package with a standard layout for operators, tests, docs, and metadata for custom TQL, parsers, and OCSF mappings.
Instructions
Create a new Tenzir package scaffold.
Use this tool to:
Start a new Tenzir package project
Set up the standard directory structure for operators, tests, and documentation
Initialize package metadata (ID, name, author, description)
This creates the foundation for building custom TQL operators, parsers,
and OCSF mappings. After creation, use package_add_operator to add
functionality and package_add_test to add tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| package_dir | Yes | Directory path for the new package |