Check application status

yarn status or npm run status

Heads up!

This command will print the current Create Magento App project status. Status includes:

  • Project name

  • Project location

  • Project creation date

  • Platform version

  • Docker version

  • PHPBrew version

  • PHP version & location

  • Magento version

  • Docker containers status

    1. Container name

    2. Container image

    3. Container status

    4. Container network

    5. Container port forwarding

    6. Container environment variables

  • Magento URL

  • Magento admin panel URL

  • Magento admin panel credentials

Usage example

npm run status # for NPM
yarn status  # for Yarn

Last updated