shopware-cli
shopware-cli copied to clipboard
config pull overwrites env variable credentials
PHP Version
8.1 / 8.2
Shopware Version
6.5.6
Plugin Version
0.4.13
Actual behaviour
admin_api.client_id and admin_api.client_secret get overwritten from $SHOPWARE_CLI_CLIENT_ID / $SHOPWARE_CLI_CLIENT_SECRET to whatever was used in the call
Expected behaviour
The values not being overwritten
Steps to Reproduce?
Use env vars in the config and pull the config
I could fix it only for client_id, client_secret and username and password
would that be fine? @SkaveRat ?