Skip to content
New issue

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

Ignore some parameters #83

Open
soullivaneuh opened this issue Oct 7, 2015 · 3 comments
Open

Ignore some parameters #83

soullivaneuh opened this issue Oct 7, 2015 · 3 comments

Comments

@soullivaneuh
Copy link
Contributor

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?

@stof
Copy link
Member

stof commented Oct 7, 2015

I would like a better naming than ignored-keys. They are not fully ignored. they are just skipped from the interaction.

But otherwise, yes, I could accept such feature.

@soullivaneuh
Copy link
Contributor Author

I would like a better naming than ignored-keys.

Do you have some propositions?

@colinfrei
Copy link

I'm interested in this as well, for a different usecase though - I'd like to set defaults for some parameters (by ignoring them in the parameter-handler), so they can then be generated using an install command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants