Skip to content

Ignore some parameters #83

@soullivaneuh

Description

@soullivaneuh

I have a parameters.yml file with almost 60 parameters.

Most of them are rarely aim to be changed.

I would like to tell parameter-handler to ignore it on interactive asking and just take the default from dist.

Something like this:

{
    "extra": {
        "incenteev-parameters": {
            "ignored-keys": [
                "my_first_param",
                "my_second_param"
            ]
        }
    }
}

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions