Open concaf opened 7 years ago
Update:
But there is more to this problem, merging different object.OpenCompose
structs has not been implemented yet https://github.com/redhat-developer/opencompose/blob/master/pkg/cmd/convert.go#L106, and currently, only the input from the first file passed is taken into account.
object.OpenCompose
objects, which means implementing the immutable keys table from https://github.com/redhat-developer/opencompose/pull/149#issuecomment-305265754
and implement merging of objects based on this table.We are assuming that all the files being passed are a part of one application written in OpenCompose and we will be merging them.
CC: @kadel
OpenCompose CLI barfs when multiple files are provided.
Neither of the above cases work.