You should be able to decode the bearer token and get the following {
"id" : "1600361729831_7c314c691",
"client_id" : "UDPWeb1",
"user_id" : "8E5E47DA4706D5D@AdobeID",
"state" : "{\"session\":\"https://ims-na1.adobelogin.com/ims/session/v1/ZjZmMWE3YTQtmRlLS04RTVFNDdEQTQ3MDZENUQ1OTYmVJRA\"}",...
Rule and Trigger is the cleanest way but you can also do this if neededconst openwhisk = require('openwhisk')
const options = {
apihost: 'HOST:PORT',
api_key: 'API_KEY_HERE',
api: process.env['__OW_API_HOST'] + "/api/v1/"
}
let wsk = openwhisk(options)
let in...
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you. npm i -g @Deleted Account/aio-cli