Skip to content
Michael Woodward edited this page Feb 4, 2017 · 2 revisions

JH Workflow Tool

Available commands:
  build                 Runs docker build to create an image ready for use
  composer-update       [cu] Runs composer update inside the container and pulls back required files to the host
  help                  Displays help for a command
  list                  Lists commands
  magento               [mage|m] Works as a proxy to the Magento bin inside the container
  magento-configure     [mc] Configures Magento ready for Docker use
  magento-full-install  [mfi] Runs magento-install and magento-configure commands
  magento-install       [mi] Runs the magento install script
  nginx-reload          [nginx] Sends reload signal to NGINX in the container
  pull                  Pull files from the docker environment to the host
  push                  Push files from host to the container
  sql                   Run arbitary sql against the database
  ssh                   Open up bash into the app container
  start                 Runs build, up and watch comands
  stop                  Stops the containers running
  sync                  Syncs changes from the host filesystem to the relevant docker containers
  up                    Uses docker-compose to start the containers
  watch                 Keeps track of filesystem changes, piping the changes to the sync command
  xdebug-loopback       [xdebug] Starts the network loopback to allow Xdebug from Docker