kabanero-io / kabanero-command-line-services

This repo will be archived soon.
Apache License 2.0
3 stars 7 forks source link

Rest API to support Devfiles #184

Closed tseelbach closed 4 years ago

tseelbach commented 4 years ago

Transition the CLI service code to read from devFiles instead of stack indexes.

The stack hub team is still designing how they will provide transitional files to handle the change.

davco01a commented 4 years ago

Spoke to @deboer-tim

e.g.

https://github.com/elsony/devfile-registry/tree/master/devfiles

davco01a commented 4 years ago

List of devFiles in index.json, devFIle.yaml file in each folder

image

davco01a commented 4 years ago

Tim deBoer 11:45 AM it's the interim phase we still need to discuss, b/c we plan to support both Appsody and odo in 3Q. I think Steve and Alan have agreed that we only need to support one at a time, but that either means you have code that'll do it both ways, or we add a little more info into our current hub so that you could switch to the json index all the time

davco01a commented 4 years ago

This will be handled under the GO rewrite.

At this last design meeting it was determined that we won't be reading from devfiles at all

closing

We will be supporting Appsody using the old Java CLI service and ODO with the new GO rewrite