Ops 📡

Radar

Add observability to environment variables with dotenvx-ops Radar.

  • Setup
  • Run dotenvx
  • View in UI

Setup

Given your app – or an example app like the following:

// index.js
console.log(`Hello ${process.env.HELLO}`)

Run dotenvx

Run dotenvx like this:

$ dotenvx run -- node index.js
[[email protected]] 📡 radar active
[[email protected]] injecting env (1) from .env
Hello World

View in UI

That's it! Your environment variables are auto-observed at runtime.

ops.dotenvx.com