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

mach-composer plan/apply -s not working anymore #406

Open davisnando opened 2 months ago

davisnando commented 2 months ago

In version 2.17.3 it's not possible to run mach-composer plan or apply with the flag -s again to run a apply or plan for a specific site. For example when you have 2 sites in your mach config Site A and Site B and you want to run a plan on only Site A by doing mach-composer plan -s A. This should only run mach-composer plan for site A but it will run a mach plan for all sites.

demeyerthom commented 2 months ago

Ah yeah, I disabled that when I did the state split. I will make sure it goes back in again!