OpenCompose CLI barfs when multiple files are provided.
$ opencompose convert -f examples/hello-nginx-external.yaml -f examples/hello-nginx.yaml
ERROR: unable to read file 'examples/hello-nginx-external.yaml,examples/hello-nginx.yaml': open examples/hello-nginx-external.yaml,examples/hello-nginx.yaml: no such file or directory
$ opencompose convert -f examples/hello-nginx-external.yaml,examples/hello-nginx.yaml
ERROR: unable to read file 'examples/hello-nginx-external.yaml,examples/hello-nginx.yaml': open examples/hello-nginx-external.yaml,examples/hello-nginx.yaml: no such file or directory
Neither of the above cases work.
OpenCompose CLI barfs when multiple files are provided.
Neither of the above cases work.