complete README

This commit is contained in:
Daniel Seifert 2024-10-29 11:44:46 +01:00
parent 8ff4b2f167
commit 1b57fc494d

View File

@ -44,9 +44,9 @@ This command set `current` directory to previous deployment:
## Other available tasks ## Other available tasks
- dep `shop:getVersion` [stage] - show version of current OXID installation - 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 `shop:runMigration` [stage] - run all database migrations
- dep `setup:createDbConfig` [stage] - generate database configuration file - dep `setup:createDbConfig` [stage] - generate database configuration file
- dep `list` - list all available commands - dep `list` - list all available commands
- dep `releases` - lists all releases of the selected host
### work in progress - dep `run` - run any command in the current release of the selected host (e.g. `dep run 'echo {{bin/composer}}'` for full Composer command)
- dep `duplicateDatabase` [stage] - dump contents from source database (live) to destination database (stage) and replace live to stage URLs