Bin Module
bin.bin
bin.init
bin.lib
bin.package
TcEx Framework Package Module.
- class tcex.bin.package.Package(excludes: Optional[List[str]], ignore_validation: bool, output_dir: Path)[source]
Bases:
BinABC
Package ThreatConnect Job or Playbook App for deployment.
This method will package the app for deployment to ThreatConnect. Validation of the install.json file or files will be automatically run before packaging the app.
- build_fqpn
Return the fully qualified path name of the build directory.
- template_fqpn
Return the fully qualified path name of the template directory.