Thomas De Meyer
Thomas De Meyer
A solution here would be to add a command to the CLI where a user can rename an existing component to a new component. We can change the yaml file...
Based on Frasers project: - yq -i '.mach_composer.plugins |= sort_keys(..)' {{ .target }}-config-{{ .environment }}.yaml - yq -i '.global.terraform_config.providers |= sort_keys(..)' {{ .target }}-config-{{ .environment }}.yaml - yq -i '.sites.[].components...
Hi @piran-cabiri Ok, the usecase is clear to me! I delved a bit further in the code to see what it was doing. Firstly we are comparing the names of...
Hi @nxverma! I am not sure I understand what is going on. When a `commercetools_type` gets updated we parse the fields that have changed, and create updates based on these:...
@dependabot recreate
@dependabot recreate
@rio you can set `MCC_CLIENT_ID` and `MCC_CLIENT_SECRET` to override this logic entirely. If those are set it will authenticate on its own. We run the CLI in the pipeline in...
That is fair, if we have no creds set and don't open a browser we should just error out instead. That way at least the user knows what is going...