holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
1 stars 0 forks source link

Quickstart #233

Closed jeffmccune closed 1 week ago

jeffmccune commented 2 weeks ago

Establish v1alpha3 to slim down the unnecessary aspects of v1alpha2 and focus on the quick start path of wrapping a single helm chart. An import command is in scope as well as establishing CUE top level definitions in the public API.

For the API, simply define strucs and go documentation in go, then generate it to CUE and fill in the CUE details in the cue.mod pkg directory.

jeffmccune commented 1 week ago

The first pass of the new quickstart focued on the holos tooling instead of the platform is done as of 265d5773b89111c2aef62bc3e1ffdcc248e77cb8

Additional major changes can be a follow up issue. Minor edits can be commits.