-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
I have some scripts with functions reserved for specific users/admins.
I would like to have a conditional way to show a parameter like "show_if_admin" or "show_if_group=operators".
"parameters": [
{
"name": "param1",
"param": "-a"
},
{
"name": "param2",
"param": "-b"
"show_if_admin"
}
]
or with specific group
"parameters": [
{
"name": "param1",
"param": "-a"
},
{
"name": "param2",
"param": "-b"
"show_if_group": "operators"
}
]
right now my solution is to duplicate runners and the list is already huge.
Metadata
Metadata
Assignees
Labels
No labels