Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for --no-enable-telemetry #128

Open
christian-byrne opened this issue Jul 17, 2024 · 2 comments
Open

Add docs for --no-enable-telemetry #128

christian-byrne opened this issue Jul 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@christian-byrne
Copy link
Contributor

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]: 
@christian-byrne christian-byrne added the enhancement New feature or request label Jul 17, 2024
@robinjhuang
Copy link
Member

So you can do this to bypass telemetry prompt.

comfy --skip-prompt --no-enable-telemetry env

And add --skip-prompt to subsequent commands to skip those. Did you want this in the README?

@christian-byrne
Copy link
Contributor Author

I will use that, thanks for the info.

For for README it could be good. Like in a section on using it for automation or cloud setup. It's going to be the CLI for node package management system right? So I thought, it will be common to use it to setup environments automatically, but I couldn't figure out how to bypass the prompt. Sorry if posting this issue caused bad things to happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants