Skip to content

Instantly share code, notes, and snippets.

@Vinai
Created November 11, 2014 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vinai/6c9d176bdf438e7331be to your computer and use it in GitHub Desktop.
Save Vinai/6c9d176bdf438e7331be to your computer and use it in GitHub Desktop.
How can the configured sample data package for a magento package be changed via ~/.n98-magerun.yaml?
# I want to change the configured sample data name for a given magento package.
#
# (Alternatively I would like to change the source URL for a sample data package.)
#
# The following does not work as I intend it to.
# It adds a new record to the $this->commandConfig['magento-packages']
# array instead of overwriting the extra sample-data value.
#
# Can this be done?
commands:
N98\Magento\Command\Installer\InstallCommand:
magento-packages:
0:
name: magento-ce-1.9.0.1
extra:
sample-data: compressed-sample-data-1.9.0.0
@jreinke
Copy link

jreinke commented Nov 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment