Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 467 Bytes

deployment-extractor

When a BOSH deployment fails, you cannot retrieve the manifest with a bosh download manifest. This program will extract the manifest from a create deployment task by tapping into its debug logs. It expects the BOSH debug log from stdin and will print the manifest to stdout. See example usage below.

install

go get github.com/kkallday/deployment-extractor

usage

bosh task <insert task id> --debug | deployment-extractor