vmware-labs / marketplace-cli

A CLI for interacting with the VMware Marketplace
Other
11 stars 2 forks source link

Send back the compatibility matrix #123

Closed petewall closed 2 years ago

petewall commented 2 years ago

Originally, we remove the compatibility matrix because it would duplicate entries on every put: https://github.com/vmware-labs/marketplace-cli/blob/631a0aec43511e22e9d0698ba82ca10cc23348ac/internal/models/product.go#L333

This functionality is changing on the marketplace side and we would like to match their functionality. We should remove this line in PrepForUpdate.

petewall commented 2 years ago

This was merged in. Closing