                                                                                
 Usage: fluxlit [OPTIONS] COMMAND [ARGS]...                                     
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ dev        Run the unified stack for local development (Streamlit subprocess │
│            + Uvicorn gateway).                                               │
│ shutdown   Stop ``fluxlit dev`` or ``fluxlit run`` using the PID file they   │
│            write.                                                            │
│ run        Run the unified stack for production-style use (no Uvicorn        │
│            reload).                                                          │
│ workbench  Run the unified stack for Posit Workbench / Posit Connect-style   │
│            path proxies.                                                     │
│ doctor     Print PASS/WARN/FAIL diagnostics (imports, deps, bind, env).      │
│ config     Print effective FluxLit configuration after precedence rules      │
│            (env, project file, app).                                         │
│ build      Emit a minimal ``Dockerfile`` and ``.dockerignore`` for container │
│            deployment.                                                       │
│ new        Create ``<name>/app.py`` with a sample API route and Streamlit    │
│            home page.                                                        │
│ pages      Streamlit page tooling.                                           │
╰──────────────────────────────────────────────────────────────────────────────╯

