mach-composer-cli
mach-composer-cli copied to clipboard
MACH composer is an orchestration tool for modern MACH ecosystems, powered by Terraform infrastructure-as-code underneath.
Running on Ubuntu 20.04.4 mach-composer 2.2.0 (4b39c16) - 2022-06-10T07:56:32Z git version 2.25.1 ``` mach-composer update --check -f main.yml Checking if there are updates for 17 components fatal: option '--pretty=%H|%aN |%ad|%s'...
When using mach composer to create and manage your development environments, you most likely want to load some example data into the environment, for testing. Would it be useful to...
We want `mach apply` to save the generated terraform plan file, and, after manual verification, we want to pass this saved plan file to `mach apply` so that terraform will...
### Is your proposal related to a problem? As per discussion with TimL, in our project we're using a SOPS encoded variables file for secrets, but would also like to...
(rebased from #183 #184 #185) - Add the missing Apollo Federation support - Documentation is updated with Rover CLI examples
When running on windows, if you have the config: ``` components: - name: ct-tf source: ../ct-tf version: 0.1.0 integrations: - commercetools ``` and run `mach apply`, this generates the `site.tf`...
There actually was a bug in the 1.x version where for the `null_resource.commercetools` the dependencies were generated using; ```jinja {% for store in stores %} commercetools_store.{{ store.key }}, {% endfor...