cloudfoundry / bosh-cli

BOSH CLI v2+
Apache License 2.0
178 stars 162 forks source link

Allow usage of pre-compiled CPI for create-env command #652

Closed selzoc closed 5 months ago

selzoc commented 5 months ago

The machinery to allow the use of pre-compiled releases for things other than the CPI has existed for some years.

Note that the CPI must be compiled for the architecture and OS of the machine you are running the create-env command from. At the time of writing, we're not sure if that architecture and OS must match that of the BOSH director you're creating.