OXIDprojects / oxid_modules_config

OXID Module Configuration Im-/Exporter module by OXID Professional Services
GNU General Public License v3.0
3 stars 9 forks source link

feature: show error and abort if no environment argument was given #31

Closed alfredbez closed 4 years ago

alfredbez commented 4 years ago

fixes #29

vagrant@oxidvm:/var/www/shop$ php /var/www/shop/vendor/bin/oxid config:import
CAUTION: no environment given, please specify it like so:
config:[import|export] --env=<ENVIRONMENT_NAME>
aborting
vagrant@oxidvm:/var/www/shop$

btw would be nice to have some test running in CI (travis, circleci, github actions, etc)