1.2.7 • Published 2 years ago
instant-dashboard v1.2.7
Instant Script Monitoring Dashboard
Generate a comprehensive dashboard for any given script. Spin up a webserver which provides exhaustive debug information about any script

Prerequisites
npmnodejsbashThe
OPENAI_API_KEYenvironment variable must be set.Quickstart
export OPENAI_API_KEY=asdf npx instant-dashboard@latest ./path-to-your-script.shConfiguration
To specify a custom port, use the
PORTenvironment variable. If not set, the default port 1179 will be used.