-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
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
Labels
No labels