Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$p='C:\Users\ash\PhoneBridgeHotpathLiveV86';Set-Location $p;$cl='C:\Users\ash\AppData\Roaming\npm\clasp.cmd';Write-Output ('CLASP_VERSION='+(& $cl --version));Write-Output '---DEPLOYMENTS---';& $cl deployments;Write-Output '---AUTH_SHAPE---';$rc=Get-Content -LiteralPath (Join-Path $HOME '.clasprc.json') -Raw|ConvertFrom-Json;$rc.PSObject.Properties.Name;foreach($prop in $rc.PSObject.Properties){if($prop.Value -and $prop.Value.PSObject){Write-Output ('SECTION='+$prop.Name+':'+(($prop.Value.PSObject.Properties.Name)-join ','))}};Write-Output ('GOOGLEAPIS_EXISTS='+(Test-Path 'C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\node_modules\googleapis'))"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
CLASP_VERSION=3.4.1 ---DEPLOYMENTS--- Found 2 deployments. - AKfycbyiCefRXLDdVF1qxUWg4iiV4ZSiaYMj0pDcQya9emeT @HEAD - AKfycbwlHCiqN-wDxc5mu0Hr261-uOp9rKVH2eWNatQAQOTwuKoMcCEHSWW1y_1fiaCBTAfFxw @5 - hotpath-v8.6-codejs-fix ---AUTH_SHAPE--- tokens SECTION=tokens:default GOOGLEAPIS_EXISTS=True