Skip to content

Commit 0785443

Browse files
committed
📦 build: update schema with additional_args properties for Install-Module
1 parent d803154 commit 0785443

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
"modules": {
133133
"type": "array",
134134
"description": "List of powershell modules"
135+
},
136+
"additional_args": {
137+
"type": "array",
138+
"description": "Additional args for `Install-Module [module name]`"
135139
}
136140
}
137141
}

0 commit comments

Comments
 (0)