We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to use the wp migratedb command this way in my package.json:
wp migratedb
package.json
"push:preprod": "wp migratedb push $npm_config_PREPROD_SITE $npm_config_PREPROD_KEY --media=compare"
I have a .npmrc which looks like:
.npmrc
PREPROD_SITE=http://example.com PREPROD_KEY=WKGHemKW9z6p3YV6MFsCb+zWvBy6PsFUWiiggHg
I'm only getting Exit status 1. If I replace $npm_config_ parts with real values it works great.
Exit status 1
$npm_config_
I have a lot of other commands using this way of using .npmrc config, without any issue. Any idea why wp migrate fails to parse it?
wp migrate
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to use the
wp migratedb
command this way in mypackage.json
:I have a
.npmrc
which looks like:I'm only getting
Exit status 1
. If I replace$npm_config_
parts with real values it works great.I have a lot of other commands using this way of using
.npmrc
config, without any issue. Any idea whywp migrate
fails to parse it?Thanks.
The text was updated successfully, but these errors were encountered: