What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi Guys! Has anyone done an import configuration file based on store? I have read the documentation

U02S260AK4Z
U02S260AK4Z Posts: 6 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi Guys! Has anyone done an import configuration file based on store? I have read the documentation but there is not a lot of information for import from multiple configuration files:

https://docs.spryker.com/docs/scos/dev/data-import/202204.0/importing-data-with-a-configuration-file.html

Comments

  • U01BZ7Q3XRV
    U01BZ7Q3XRV Posts: 148 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    you can pass the configuration yml file path as an option to the data:import command. By default it falls back to data/import/loca/full_EU.yml or data/import/production/full_EU.yml I think. So you could configure different commands per store in jenkins with different import configurations I guess

  • U02S260AK4Z
    U02S260AK4Z Posts: 6 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    That make sense

  • U02S260AK4Z
    U02S260AK4Z Posts: 6 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Thank you