Which area/kind this issue is related to?
/area library
Issue Description
The WriteJsonDevfile() function was copied from Odo, but nobody has ever used it.
https://github.com/devfile/library/blob/bb25787c897caf982fde9c3507ac27177b406267/pkg/devfile/parser/writer.go#L14
We have never encourage the use of devfile.json file, and it is not documented as a valid devfile usage.
This function should be removed to prevent from further confusion.
Which area/kind this issue is related to?
/area library
Issue Description
The
WriteJsonDevfile()function was copied from Odo, but nobody has ever used it.https://github.com/devfile/library/blob/bb25787c897caf982fde9c3507ac27177b406267/pkg/devfile/parser/writer.go#L14
We have never encourage the use of devfile.json file, and it is not documented as a valid devfile usage.
This function should be removed to prevent from further confusion.