Skip to content

Commit

Permalink
📦 build: update schema with additional_args properties for `Install-M…
Browse files Browse the repository at this point in the history
…odule`
  • Loading branch information
jacquindev committed Jan 5, 2025
1 parent d803154 commit 0785443
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
"modules": {
"type": "array",
"description": "List of powershell modules"
},
"additional_args": {
"type": "array",
"description": "Additional args for `Install-Module [module name]`"
}
}
}
Expand Down

0 comments on commit 0785443

Please sign in to comment.