Skip to content

Instantly share code, notes, and snippets.

@rootindex
Last active January 11, 2016 09:43
Show Gist options
  • Save rootindex/e01dd4f59704aae37236 to your computer and use it in GitHub Desktop.
Save rootindex/e01dd4f59704aae37236 to your computer and use it in GitHub Desktop.
Show mode and change mode
#!/bin/sh
magento deploy:mode:show
Current application mode: default.
magento deploy:mode:set developer
Enabled developer mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment