Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markshust/d5107c69bfa08113cec6333ba5b74dca to your computer and use it in GitHub Desktop.
Save markshust/d5107c69bfa08113cec6333ba5b74dca to your computer and use it in GitHub Desktop.
Use N98-Magerun Dev Console in Adobe Cloud Environments
cd /tmp
curl -O https://files.magerun.net/n98-magerun2.phar
chmod +x ./n98-magerun2.phar
XDG_CONFIG_HOME="/tmp" ./n98-magerun2.phar dev:console --root-dir=$MAGENTO_CLOUD_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment