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

Method deploy

cli/manager.py:160–164  ·  view source on GitHub ↗

Deploy BinaryAlert (equivalent to unit_test + build + apply)

(self)

Source from the content-addressed store, hash-verified

158 print('Updated configuration successfully saved to terraform/terraform.tfvars!')
159
160 def deploy(self) -> None:
161 """Deploy BinaryAlert (equivalent to unit_test + build + apply)"""
162 self.unit_test()
163 self.build()
164 self.apply()
165
166 def destroy(self) -> None:
167 """Teardown all of the BinaryAlert infrastructure"""

Callers 1

test_deployMethod · 0.80

Calls 3

unit_testMethod · 0.95
buildMethod · 0.95
applyMethod · 0.95

Tested by 1

test_deployMethod · 0.64