idearium / cli

The Idearium cli, which makes working with our projects, super easy :)
MIT License
0 stars 0 forks source link

Add codefresh.yml generator #1

Open allanchau opened 7 years ago

allanchau commented 7 years ago

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" }
  ]
}
smebberson commented 7 years ago

@allanchau, so using the images listed in codefresh.json, it would create a codefresh.yml file that automatically creates build steps and release steps (targeting all our environments) for each image?

allanchau commented 7 years ago

Yeah exactly.