You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI supports environment variables for convenient configuration. If you don't configure these, you'll need to pass the api key and the device name (or remote host) as options **in every command**.
195
+
The CLI supports environment variables for convenient configuration. If you don't configure these, you'll need to pass the api key and the device name (or an explicit host) as options **in every command**.
196
196
197
197
```bash
198
198
export LAMETRIC_API_KEY="your-api-key"
199
199
export LAMETRIC_DEVICE_NAME="your-device-name"# For local devices
200
200
# OR
201
-
exportLAMETRIC_REMOTE_HOST="your-domain.com"# For remote devices
201
+
exportLAMETRIC_HOST="your-domain.com"# For remote devices or devices in the same network with a known host
0 commit comments