Skip to content

Instantly share code, notes, and snippets.

@vbuck
Created December 22, 2021 17:03
Show Gist options
  • Save vbuck/650564d5ebe0c43c8c2a6b27248903de to your computer and use it in GitHub Desktop.
Save vbuck/650564d5ebe0c43c8c2a6b27248903de 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