Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Drude Powershell Module cheatsheet

Alexander Danilenko edited this page Dec 25, 2017 · 1 revision
Comand Description
dsh-up Start containers
dsh-down, dsh-stop Stops containers
dsh-restart Restarts containers
dsh-status, dsh-ps Prints status of containers
dsh-logs Prints logs for all or needed container
dsh-bash Initiates interactive bash shell session with cli (or any other) container
dsh-exec Executes command in cli (or any other) container's interactive bash shell
dsh-drush Executes drush command for needed site in needed docroot folder
dsh-destroy Drops all containers
dsh-reset Drops all containers and starts containers from scratch
dsh-behat Executes Behat tests in .\tests\behat\features folder
Clone this wiki locally