Job 1788597997808

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';Get-CimInstance Win32_Process|Where-Object{$_.Name -match 'node|clasp|cmd' -and $_.CommandLine -match 'clasp'}|Select-Object ProcessId,ParentProcessId,Name,CommandLine|Format-List;$roots=@('C:\Users\ash\ShopeeOperationsPhoneBridge','C:\Users\ash\Documents\Codex\2026-08-26\worked-for-1m-5s-inference-ya\apps-script');foreach($r in $roots){if(Test-Path $r){Write-Output ('ROOT='+$r);Get-ChildItem -LiteralPath $r -Force -File|ForEach-Object{Write-Output ('FILE='+$_.Name)};if(Test-Path (Join-Path $r '.clasp.json')){$j=Get-Content (Join-Path $r '.clasp.json') -Raw|ConvertFrom-Json;Write-Output ('SCRIPT_ID='+$j.scriptId)}}}"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh


ProcessId       : 14388
ParentProcessId : 1800
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c "powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionP
                  reference='Stop';$candidates=@('C:\Users\ash\ShopeeOperationsPhoneBridge','C:\Users\ash\Documents\Cod
                  ex\2026-08-26\worked-for-1m-5s-inference-ya\apps-script');foreach($p in $candidates){Write-Output 
                  ('PATH='+$p);Write-Output ('EXISTS='+(Test-Path -LiteralPath $p));if(Test-Path -LiteralPath 
                  $p){$cf=Join-Path $p '.clasp.json';Write-Output ('CLASP_EXISTS='+(Test-Path -LiteralPath 
                  $cf));if(Test-Path -LiteralPath $cf){$j=Get-Content -LiteralPath $cf 
                  -Raw|ConvertFrom-Json;Write-Output ('SCRIPT_ID='+$j.scriptId)};Get-ChildItem -LiteralPath $p -File 
                  -Force|Select-Object -ExpandProperty Name|ForEach-Object{Write-Output 
                  ('FILE='+$_)}}};$clasp='C:\Users\ash\AppData\Roaming\npm\clasp.cmd';if((Test-Path $clasp) -and 
                  (Test-Path 'C:\Users\ash\ShopeeOperationsPhoneBridge')){Push-Location 
                  'C:\Users\ash\ShopeeOperationsPhoneBridge';& $clasp deployments;Pop-Location}""

ProcessId       : 2668
ParentProcessId : 5832
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c ""C:\Users\ash\AppData\Roaming\npm\clasp.cmd" deployments"

ProcessId       : 6468
ParentProcessId : 2668
Name            : node.exe
CommandLine     : "node"   "C:\Users\ash\AppData\Roaming\npm\\node_modules\@google\clasp\build\src\index.js" 
                  deployments

ProcessId       : 3516
ParentProcessId : 1800
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c "powershell -NoProfile -ExecutionPolicy Bypass -Command 
                  "$ErrorActionPreference='Stop';Get-CimInstance Win32_Process|Where-Object{$_.Name -match 
                  'node|clasp|cmd' -and $_.CommandLine -match 'clasp'}|Select-Object ProcessId,ParentProcessId,Name,Com
                  mandLine|Format-List;$roots=@('C:\Users\ash\ShopeeOperationsPhoneBridge','C:\Users\ash\Documents\Code
                  x\2026-08-26\worked-for-1m-5s-inference-ya\apps-script');foreach($r in $roots){if(Test-Path 
                  $r){Write-Output ('ROOT='+$r);Get-ChildItem -LiteralPath $r -Force -File|ForEach-Object{Write-Output 
                  ('FILE='+$_.Name)};if(Test-Path (Join-Path $r '.clasp.json')){$j=Get-Content (Join-Path $r 
                  '.clasp.json') -Raw|ConvertFrom-Json;Write-Output ('SCRIPT_ID='+$j.scriptId)}}}""



ROOT=C:\Users\ash\ShopeeOperationsPhoneBridge
ROOT=C:\Users\ash\Documents\Codex\2026-08-26\worked-for-1m-5s-inference-ya\apps-script
FILE=Code.gs