You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running fides init, the user can pass the --opt-in flag to automatically opt-in to analytics for the utility. For scripts, we want to default to an opted-out state but there is no such flag that does this.
Steps to Reproduce
fides init --no-opt-in
fides init --opt-out
fides init --opt-in=false
Expected behavior
At least one of these options exist to disable analytics
Screenshots
Environment
Version: fides, version 2.31.0
OS: MacOS Sonoma 14.3.1
Python Version: 3.9.18
Docker Version: 25.0.3
The text was updated successfully, but these errors were encountered:
Bug Description
When running
fides init
, the user can pass the--opt-in
flag to automatically opt-in to analytics for the utility. For scripts, we want to default to an opted-out state but there is no such flag that does this.Steps to Reproduce
fides init --no-opt-in
fides init --opt-out
fides init --opt-in=false
Expected behavior
At least one of these options exist to disable analytics
Screenshots
Environment
The text was updated successfully, but these errors were encountered: