Command: powershell -NoProfile -Command "$a=Get-Command clasp* -All -ErrorAction SilentlyContinue|Select-Object Name,Source,CommandType; $b=Get-ChildItem $env:APPDATA\npm -Filter 'clasp*' -ErrorAction SilentlyContinue|Select-Object FullName; $c=Get-Command npx.cmd -ErrorAction SilentlyContinue|Select-Object Source; [pscustomobject]@{commands=$a;appdata=$b;npx=$c}|ConvertTo-Json -Depth 5 -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
{"commands":{},"appdata":[{"FullName":"C:\\Users\\ash\\AppData\\Roaming\\npm\\clasp"},{"FullName":"C:\\Users\\ash\\AppData\\Roaming\\npm\\clasp.cmd"},{"FullName":"C:\\Users\\ash\\AppData\\Roaming\\npm\\clasp.ps1"}],"npx":{"Source":"C:\\Users\\ash\\AppData\\Local\\Microsoft\\WinGet\\Links\\npx.cmd"}}