Quickstart: Add Go Agent to AUT
Quickstart: Adding the Go Agent to an Application
2
Go Agent Configuration and BSID Generation
./slgoagent config \
--token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
--app-name="shopping-cart-service" \
--branch="feature-checkout" \
--build="v1.2.3-build-456" \
--lab-id="shoppingcart.dev.qa-blue"export SEALIGHTS_APP_NAME="shopping-cart-service"
export SEALIGHTS_BRANCH="feature-checkout"
export SEALIGHTS_BUILD="v1.2.3-build-456"
export SEALIGHTS_LAB_ID="shoppingcart.dev.qa-blue"
./slgoagent configappName: "shopping-cart-service"
branch: "feature-checkout"
build: "v1.2.3-build-456"
labId: "shoppingcart.dev.qa-blue"./slgoagent config --token="./sltoken-local.txt"Last updated
Was this helpful?

