From b4ed9efa856b982524cb92f79f013606231eb74f Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Thu, 22 Apr 2021 16:23:08 +0200 Subject: [PATCH] Add documentation for plugin download commands [MAILPOET-3482] --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6573d80c84..2b6933539f 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,11 @@ $ ./do test:acceptance [--file=...] [--skip-deps] # if --file given then only tests on that file are executed. # if --skip-deps then it skips installation of composer dependencies. $ ./do test:acceptance-multisite [--file=...] [--skip-deps] + # download 3rd party plugins for tests + # if you pass tag it will attempt to download zip for the tag otherwise it downloads the latest release + # e.g. ./do download:woo-commerce-zip 5.20.0 +$ ./do download:woo-commerce-zip [] +$ ./do download:woo-commerce-subscriptions-zip [] # same as test:acceptance but runs into a multisite wordpress setup. $ ./do delete:docker # stop and remove all running docker containers.