analytics
Manage anonymous usage analytics opt-in for the AppFlight CLI.
Manage whether the CLI sends anonymous usage data to help improve AppFlight.
appflight analytics <subcommand>
Subcommands
| Subcommand | Description |
|---|---|
enable | Opt in to anonymous analytics |
disable | Opt out at any time |
status | Show your current opt-in status |
First-run prompt
The first time you run any appflight command in an interactive terminal, you'll see a one-time prompt:
Help improve AppFlight by sharing anonymous usage data? (y/n):
Your answer is saved to ~/.appflight/analytics.json. You can change it at any time with enable or disable.
What is collected
All data is anonymous. No personally identifiable information is ever sent.
| Collected | Not collected |
|---|---|
Which commands are run (upload, init, whoami) | Your API key or user identity |
| Upload success / failure (with error category) | Package names or APK content |
| CLI version | File paths or project names |
Flavor name (stage, qa, prod) if used | IP address (GA4 anonymises this by default) |