Create Magento App
Create ScandiPWA AppScandiPWA DocsGitHub
v1
v1
  • Create Magento App
  • Getting started
    • Getting Started
    • Prerequisites
      • Linux requirements
      • MacOS requirements
        • Apple Silicon
      • Windows requirements
    • Available commands
      • Start the application
      • Stop the application
      • Check application status
      • Enter application CLI
      • Explore application logs
      • Execute commands in Docker containers
      • Link a theme
      • Import database dump
      • ⚠️ Uninstall a project
    • Folder structure
    • Updating to New Releases
      • Testing Alpha Releases
    • Configuration File
    • Supported Magento versions
    • How does it work?
    • Limitations
  • Usage guide
    • Using console commands
    • Accessing Docker containers
    • Linking a Scandi Theme
    • Enabling XDebug
    • Enabling SSL
    • Configuring PHP
    • Use custom domain
    • Access on the local network
    • Importing database
      • Importing remote database
    • Using Enterprise Edition
    • Converting legacy Docker setup to CMA
    • Improve Performance
  • Scripts Extensions
    • PHP Extensions
      • ionCube Extension
  • Troubleshooting
    • Common Issues
    • CMA Debugging
    • Uninstall CMA
Powered by GitBook
On this page
  • yarn status or npm run status
  • Usage example
  1. Getting started
  2. Available commands

Check application status

yarn status or npm run status

Heads up!

Command will work only after Create Magento App is installed.

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
PreviousStop the applicationNextEnter application CLI

Last updated 2 years ago