Skip to content

Remove default "finalize" commands #117

@baschny

Description

@baschny

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions