You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 generalise this via mach composer? mach load_exampledata as suggested by @tleguijt ?
The text was updated successfully, but these errors were encountered:
At the moment, MACH uses the terraform subdir to load the component as Terraform module.
We can extend this further by being able to supply the following directories that MACH can utilise:
terraform/
dashboard/ (azure dashboard configurations)
example_data/ (commercetools example data in YAML format)
We could provide a mach load_example_data or mach load example_data (in case we might want to be able to load other types of data?)
If this concept could be extended to content, for example amplience content - that would facilitate spawning new envs in one hit more easily.
Note, a few challenges we hit in other projects around this concept was how to make the seeding run only once, and then how to layer on subsets of the baselining data if you need to turn dev from baseline1 to baseline2
demeyerthom
changed the title
Feature: provide a way to load example data in your environment
Provide a way to load example data in your environment
Sep 13, 2024
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 generalise this via mach composer?
mach load_exampledata
as suggested by @tleguijt ?The text was updated successfully, but these errors were encountered: