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" }
]
}