Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$rc=Get-Content -LiteralPath (Join-Path $HOME '.clasprc.json') -Raw|ConvertFrom-Json;$d=$rc.tokens.default;Write-Output ('DEFAULT_KEYS='+(($d.PSObject.Properties.Name)-join ','));foreach($p in $d.PSObject.Properties){if($p.Value -and $p.Value.PSObject -and -not($p.Value -is [string])){Write-Output ('NESTED_'+$p.Name+'='+(($p.Value.PSObject.Properties.Name)-join ','))}}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
DEFAULT_KEYS=client_id,client_secret,type,refresh_token,access_token,token_type,expiry_date,id_token NESTED_expiry_date=