Question

Is there a CLI or rest interface that can modify the downloadable_domains section in env.php, or do I have to just manually run a sed or awk on the file during my deployment process

Thanks (BTW, google search for "downloadable_domains" comes up with 0 results)

Was it helpful?

Solution

/bin/magento with ...

  downloadable:domains:add
  downloadable:domains:remove
  downloadable:domains:show
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top