Complete command-line options for the Wozz audit script.
curl -sL wozz.io/audit.sh | bashRuns a local audit and displays results in your terminal. No data leaves your machine.
--pushPush audit results to the Wozz Monitor dashboard for historical tracking.
curl -sL wozz.io/audit.sh | bash -s -- --pushReturns a magic claim URL to view your results in the dashboard.
--token TOKENAuthenticate with an API token (get from Settings → API).
curl -sL wozz.io/audit.sh | bash -s -- --push --token wozz_abc123...Required if you want to push data to an existing account without claiming.
--helpShow help message with all available options.
curl -sL wozz.io/audit.sh | bash -s -- --helpDisable anonymous usage telemetry.
export WOZZ_NO_TELEMETRY=1Override the API endpoint (for testing).
export WOZZ_API_URL=http://localhost:3000Complete audit results in JSON format. Use this to upload to the web analyzer at wozz.io/analyze
curl -sL wozz.io/audit.sh | bashcurl -sL wozz.io/audit.sh | bash -s -- --pushYou'll get a claim URL to view your results
curl -sL wozz.io/audit.sh | bash -s -- --push --token wozz_abc123...Sends data directly to your account
WOZZ_NO_TELEMETRY=1 curl -sL wozz.io/audit.sh | bashNo anonymous usage stats sent