suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 24 forks source link

feat(Builder): Build for context api #366

Open rnpridgeon opened 1 year ago

rnpridgeon commented 1 year ago

Currently you have to let subo construct your build context(unless I missed the api) because some required attributes are not exported.

It would be useful to have an API which will allow an application to construct a build context using the available data structure without a strict requirement that some yaml /json file belong in some rigid directory structure.