add --without-download
to update-stemcell
command if possible
#492
Labels
--without-download
to update-stemcell
command if possible
#492
Is your feature request related to a problem? Please describe.
With
kiln update-release
we have an option:--without-download
which will just check the existence and checksum of releases in the remote release sourcekiln update-stemcell
does not have this option currently and requires downloading all of the respective releases for the new stemcell to determine the checksum of each compiled release against the new stemcell.Describe the solution you'd like
By having
kiln update-stemcell --without-download
we can check the release source for existence and checksum of the compiled release without downloading them when compiled releases for a new stemcell are available.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: