-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The default src/conf/clisync.yml
contains:
command:
finalize:
...
# EXAMPLE: create user "dev" with password "dev"
- "ct typo3:beuser"
# EXAMPLE: append toplevel-domain .vm to all domains
- "ct typo3:domain"
We cannot "clean" this finalize in our own clisync.yml because the arrays are merged. Only way to do that is:
command:
finalize:
- echo Success
- echo Success
which is kind of ugly.
Suggestion: Either remove the defaults from the original file, or allow us to "override" the entire "finalize" (instead of merging it).
Metadata
Metadata
Assignees
Labels
No labels