* Add requirements comment to update-npm-dependencies Unfortunately, it can't be run in a CodeSpace since `vsts-npm-auth` only works on Windows. * Add note about GH CLI
@@ -1,3 +1,6 @@
+# This script needs to be run on PowerShell 7+ (for ConvertFrom-Json) on Windows (for vsts-npm-auth).
+# The GitHub CLI (gh) is required unless `-SkipPullRequestCreation` is passed.
+
param (
[switch]$WhatIf,
[switch]$SkipPullRequestCreation