From 1b57fc494dcedaffcd1405cdac0d58937f8e52a6 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 29 Oct 2024 11:44:46 +0100 Subject: [PATCH] complete README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c66dd9..599869b 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ This command set `current` directory to previous deployment: ## Other available tasks - dep `shop:getVersion` [stage] - show version of current OXID installation +- dep `shop:cloneDatabase` [stage] - dump contents from source to destination database - dep `shop:runMigration` [stage] - run all database migrations - dep `setup:createDbConfig` [stage] - generate database configuration file -- dep `list`- list all available commands - -### work in progress -- dep `duplicateDatabase` [stage] - dump contents from source database (live) to destination database (stage) and replace live to stage URLs \ No newline at end of file +- dep `list` - list all available commands +- dep `releases` - lists all releases of the selected host +- dep `run` - run any command in the current release of the selected host (e.g. `dep run 'echo {{bin/composer}}'` for full Composer command) \ No newline at end of file