Generating a session ID
Generating a session ID in Node.js
npx slnodejs config --tokenfile ./sltoken.txt --appname "myApp" --branch "master" --build "1"Using the session ID
export SL_BUILD_SESSION_ID=$(cat buildSessionId)set /p SL_BUILD_SESSION_ID=<buildSessionIdLast updated
Was this helpful?

