You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new command assign-multi-stemcell supports the OpsMan 2.6+.
This allows multiple stemcells to be assgined to a single product.
For example, for product foo,
you could assign Ubuntu Trusty 3586.96 and Windows 2019 2019.2,
using the command, om assign-multi-stemcell --product foo --stemcell ubuntu-trusty:3586.96 --stemcell windows2019:2019.2.
upload-stemcell will not upload the same stemcell (unless using --force) for OpsMan 2.6+.
The API has changed that list the stemcells associated with a product.
This command is still backwards compatible with OpsMan 2.1+, just has logic specific for 2.6+.
NOTES
WasabiAiR/stow#197 has been merged! This should make omgo get-able again.