Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$candidates=@('C:\Users\ash\ShopeeOperationsPhoneBridge','C:\Users\ash\Documents\Codex\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}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
PATH=C:\Users\ash\ShopeeOperationsPhoneBridge EXISTS=True CLASP_EXISTS=False PATH=C:\Users\ash\Documents\Codex\2026-08-26\worked-for-1m-5s-inference-ya\apps-script EXISTS=True CLASP_EXISTS=False FILE=Code.gs Project settings not found.