don't list external task

This commit is contained in:
Daniel Seifert 2024-11-02 14:43:29 +01:00
parent 5bf4563166
commit 0b9d82b3fb
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170

View File

@ -40,10 +40,4 @@ This command set `current` directory to previous deployment:
## Other available tasks ## Other available tasks
- dep `shop:getVersion` [stage] - show version of current OXID installation Run `dep list` to show all available tasks.
- 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)