From 0b9d82b3fb70dc33792ae334ced69eb03d5ba2a4 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sat, 2 Nov 2024 14:43:29 +0100 Subject: [PATCH] don't list external task --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a337b3..104e51e 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,4 @@ 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 -- 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 +Run `dep list` to show all available tasks. \ No newline at end of file