usagov / test-at-home

Other
8 stars 4 forks source link

Create ./bin/ops directory with scripts that app operators may need #272

Closed rahearn closed 2 years ago

rahearn commented 2 years ago

Two main changes:

1) toggle_prod_routes.sh is much more flexible in what it can accomplish, and faster by using the cf-targets plugin 2) consolidated most scripts that an on-call engineer may need within /bin/ops 3) symlinked the ones needed regularly while running terraform where they had been previously

closes #271