We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default src/conf/clisync.yml contains:
src/conf/clisync.yml
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).
The text was updated successfully, but these errors were encountered:
This issue will be fixed with the clitools sync successor gosync
gosync
Workaround: remove the commands in the global section :)
Sorry, something went wrong.
You are absolutely right, I missed to see them in the GLOBAL section, thanks for the hint!
gosync will fix this and many other issues:
No branches or pull requests
The default
src/conf/clisync.yml
contains:We cannot "clean" this finalize in our own clisync.yml because the arrays are merged. Only way to do that is:
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).
The text was updated successfully, but these errors were encountered: