The current codefresh process is a bit error prone.
We should be able to define a json file codefresh.json and have that generate the codefresh file using c codefresh init. Something like:
{
"images": [
{ "account": "account", "container": "app" }
]
}
The current codefresh process is a bit error prone.
We should be able to define a json file
codefresh.jsonand have that generate the codefresh file usingc codefresh init. Something like:{ "images": [ { "account": "account", "container": "app" } ] }