Conflux CLI
Sign in, install modules, and run load tests or tunnels straight from your terminal.
Install the core CLI
conflux is the single binary you install once. It handles sign-in and downloads the meter and share modules on demand — you never install those by hand.
Invoke-WebRequest -Uri "https://s3.twcstorage.ru/conflux/bin/conflux/0.2.1/conflux_0.2.1_windows_amd64.zip" -OutFile conflux.zipExpand-Archive conflux.zip -DestinationPath .
Add the extracted folder to your PATH, or move conflux.exe into a directory already on it.
Get-FileHash conflux_0.2.1_windows_amd64.zip -Algorithm SHA256
Each archive is verified against its manifest sha256 by conflux install/update. To check a manual download yourself, compare it against the checksum listed on this page.
Sign in
conflux auth login opens your browser for a UzDevid SSO sign-in and stores the session locally. Modules pick up that session automatically.
$ conflux auth login
$ conflux auth status
$ conflux auth logout
Install a module
Modules are separate binaries the core downloads and verifies for you. Run conflux install <module> once, then dispatch to it as conflux <module> …
A JMeter-style console load tester: fires HTTP load at a target, shows a live terminal dashboard, and writes a self-contained report.html when it finishes.
Command generatorAn ngrok-style tunnel agent: exposes a local port on a public *.cnflx.uz subdomain over a persistent WebSocket, with SSE and WebSocket-upgrade passthrough.
Command generatorA CORS doctor: replays the exchange a browser would make — preflight, real request, and two differential probes — then tells you exactly what the browser will block and prints the config that fixes it.
Command generator$ conflux list
$ conflux update self