stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.51k stars 67 forks source link

Add `--blueprint` arg to `timoni mod init` cmd #291

Closed stefanprodan closed 8 months ago

stefanprodan commented 8 months ago

Add --blueprint arg to timoni mod init cmd to allow creating modules from custom blueprints hosted on container registries.

Example:

timoni mod init my-app --blueprint oci://ghcr.io/stefanprodan/timoni/blueprints/starter

The convention is for the blueprint modules to be named blueprint and Timoni will replace it with the init module name.

Ref: https://github.com/stefanprodan/timoni/issues/251