MCPcopy Create free account
hub / github.com/airbnb/binaryalert / __init__

Method __init__

cli/manager.py:29–31  ·  view source on GitHub ↗

Parse the terraform.tfvars config file.

(self)

Source from the content-addressed store, hash-verified

27class Manager:
28 """BinaryAlert management utility."""
29 def __init__(self) -> None:
30 """Parse the terraform.tfvars config file."""
31 self._config = BinaryAlertConfig()
32
33 @property
34 def commands(self) -> Set[str]:

Callers

nothing calls this directly

Calls 1

BinaryAlertConfigClass · 0.90

Tested by

no test coverage detected