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

Support whitelist of parameters in interactive mode #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefk
Copy link

@stefk stefk commented Feb 12, 2016

This PR adds a feature very similar to the one discussed and proposed in #83 and #93, but takes a whitelist approach instead. The idea is to allow to specify which parameters are asked in interactive mode, and let the handler use the default/dist values otherwise:

{
    "extra": {
        "incenteev-parameters": {
            "interactive-keys": [
                "param_1",
                "param_3",
                "param_8"
            ]
        }
    }
}

@ingowalther
Copy link

Hello,

is this PR going to me merged?

Greets Ingo

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

Successfully merging this pull request may close these issues.

None yet

2 participants