cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

Allow updates to an existing microBOSH installation #252

Closed gitbisect closed 11 years ago

gitbisect commented 11 years ago

Here is the new syntax for bosh micro deploy:

micro deploy [] [--update] [--update-if-exists] Deploy a micro BOSH instance to the currently selected deployment --update update existing instance --update-if-exists create new or update existing instance

When I ran bosh-bootstrap deploy on an existing instance it fails asking if I meant to update. The newer syntax allows for --update-if-exists in addition to --update and it works very well.

Passed test at: https://travis-ci.org/lookitup4me/bosh-bootstrap/builds/13140446

drnic commented 11 years ago

Thanks mate!