Skip to content

Ignore some parameters #83

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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