Moralis Admin CLI not pick up the neither folderPath
nor moralisSubdomain
from local .env
file at the root next to package.json
.
This is the script I try to run:
...
"scripts": {
"deploy": "moralis-admin-cli deploy"
},
...
"devDependencies": {
...
"moralis-admin-cli": "2.1.13"
...
}
...
deploy
command only works with explicit -p
and -d
flags, but I do not want to expose those private information.
Summary: moralisApiKey
is picked up, but neither the folderPath
nor moralisSubdomain
Thanks for helping me, this is an issue for me a long time.