Currently, the Gemini CLI does not include any privacy notice, data collection disclosure, or opt-out information in its command-line interface, help output, or documentation commands. The only privacy notice available is online (link), which is not for Gemini CLI but Code Assist.
- There is no command like /privacy, /notice, or /opt-out.
- The privacy notice is also not shown in /help, /about, /docs, or any other CLI output.
- There is no in-terminal guidance for how users can opt out of data being used for model training, as required under GDPR.
Basics: │
│ Add context: Use @ to specify files for context (e.g., @src/myFile.ts) to target specific files or folders. │
│ Shell mode: Execute shell commands via ! (e.g., !npm run start) or use natural language (e.g. start server). │
│ │
│ Commands: │
│ /help - for help on gemini-cli │
│ /docs - open full Gemini CLI documentation in your browser │
│ /clear - clear the screen and conversation history │
│ /theme - change the theme │
│ /auth - change the auth method │
│ /editor - set external editor preference │
│ /stats - check session stats │
│ /mcp - list configured MCP servers and tools │
│ /memory - manage memory. Usage: /memory <show|refresh|add> [text for add] │
│ /tools - list available Gemini CLI tools │
│ /about - show version info │
│ /bug - submit a bug report │
│ /chat - Manage conversation history. Usage: /chat <list|save|resume> [tag] │
│ /quit - exit the cli │
│ /compress - Compresses the context by replacing it with a summary. │
│ ! - shell command │
│ │
│ Keyboard Shortcuts: │
│ Enter - Send message │
│ Shift+Enter - New line │
│ Up/Down - Cycle through your prompt history │
│ Alt+Left/Right - Jump through words in the input │
│ Esc - Cancel operation │
│ Ctrl+C - Quit application
Currently, the Gemini CLI does not include any privacy notice, data collection disclosure, or opt-out information in its command-line interface, help output, or documentation commands. The only privacy notice available is online (link), which is not for Gemini CLI but Code Assist.