devstructure / blueprint

Reverse engineer server configuration
http://devstructure.com/
Other
2.15k stars 132 forks source link

Pull diffs from remote blueprint by ssh #130

Closed pnuzhdin closed 11 years ago

pnuzhdin commented 12 years ago

It would be nice if we can pull and install diff from remote blueprint by ssh

rcrowley commented 11 years ago

You can already pull via SSH as follows:

ssh example.com blueprint show example | blueprint create example

Does this, combined with using blueprint-diff(1) remotely and blueprint-apply(1) locally, suit your purposes?

I agree it would be nice to integrate SSH transport more seamlessly. I'll think more on it.