Describe the solution you'd like
The --no-enable-telemetry option should be in the help screen or documentation.
Additional context
I spent a long time attempting to bypass that prompt while trying to use comfy-cli in a sandbox 💀. Also when I run this:
python3 -m venv venv; source venv/bin/activate && \
firejail --noprofile --whitelist="/home/c_byrne/temp/venv/*" -- bash -c "python -m pip install comfy-cli; comfy-cli tracking disable; comfy-cli --workspace ./mock-ComfyUI"
it will say:
Tracking is now disabled.
Do you agree to enable tracking to improve the application? [y/N]:
Describe the solution you'd like
The
--no-enable-telemetryoption should be in the help screen or documentation.Additional context
I spent a long time attempting to bypass that prompt while trying to use comfy-cli in a sandbox 💀. Also when I run this:
it will say: