-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea
Description
Summary of the new feature / enhancement
InputKind = Args is intended for simple cases like bash script resource where a flat JSON schema would result as name/value pairs sent as parameters and parameter values to the script:
{
"property1": 1,
"property2": "hello"
}Would result in:
yourresource -property1 1 -property2 "hello"Proposed technical implementation details (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea
Type
Projects
Status
Done