mach-composer / mach-composer-cli

MACH composer is an orchestration tool for modern MACH ecosystems, powered by Terraform infrastructure-as-code underneath.
https://docs.machcomposer.io
MIT License
47 stars 10 forks source link

Add automatic component create to `mach-composer cloud register-component-version` #412

Open demeyerthom opened 1 month ago

demeyerthom commented 1 month ago

Currently we occasionally break the pipeline when running for a new component because the entity has not been created in the cloud. We want to do this automatically if the component does not exist.

Maybe we want to enable this with an extra flag, so the original process stays the same?