Gemini 3 完整指南(二):CLI 官方文档导航与速查索引
·
文章目录
1. 引言
在上一篇博客中,博主已经对 Gemini 做了一次系统性的入门介绍,从 免费订阅方式、CLI 安装 到 Agent 开发的基本流程,帮助大家快速上手这一新一代 AI 工具链。

随着 Gemini CLI 与 Gemini 3 能力的不断完善,其官方文档内容也愈发丰富。但对于不少同学来说,官方文档模块较多、结构较为分散,在实际查阅时往往不容易快速定位到所需内容。因此,本文并不重复讲解具体用法,而是基于 Gemini 官方文档,对其内容进行系统梳理与分类汇总,并附上直达链接,帮助大家:
- 快速了解 Gemini CLI 的整体能力边界
- 按功能模块精准定位官方文档
- 在学习与实战过程中减少无效搜索成本
无论你是刚接触 Gemini 的新手,还是已经在使用 Gemini CLI 进行开发的工程师,都可以将本文作为一份 Gemini 官方文档导航索引 / 速查手册 来使用。
2. 目录导航
2.1 概览
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 简介 | https://geminicli.com/docs/ |
| Architecture Overview | 架构概览 | https://geminicli.com/docs/architecture/ |
| Contribute guide | 贡献指南 | https://geminicli.com/docs/contributing/ |
2.2 快速开始
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Gemini CLI Quickstart | Gemini CLI 快速入门 | https://geminicli.com/docs/get-started/ |
| Gemini 3 on Gemini CLI | 在 Gemini CLI 中使用 Gemini 3 | https://geminicli.com/docs/get-started/gemini-3/ |
| Authentication | 身份认证 | https://geminicli.com/docs/get-started/authentication/ |
| Configuration | 配置 | https://geminicli.com/docs/get-started/configuration/ |
| Installation | 安装 | https://geminicli.com/docs/get-started/installation/ |
| Examples | 示例 | https://geminicli.com/docs/get-started/examples/ |
2.3 CLI(命令行工具)
2.4 核心
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 介绍 | https://geminicli.com/docs/core/ |
| Tools API | 工具 API | https://geminicli.com/docs/core/tools-api/ |
| Memory Import Processor | 记忆导入处理器 | https://geminicli.com/docs/core/memport/ |
| Policy engine | 策略引擎 | https://geminicli.com/docs/core/policy-engine/ |
2.5 工具
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 介绍 | https://geminicli.com/docs/tools/ |
| File system | 文件系统 | https://geminicli.com/docs/tools/file-system/ |
| Shell | Shell 工具 | https://geminicli.com/docs/tools/shell/ |
| Web fetch | Web 抓取 | https://geminicli.com/docs/tools/web-fetch/ |
| Web search | Web 搜索 | https://geminicli.com/docs/tools/web-search/ |
| Memory | 记忆 | https://geminicli.com/docs/tools/memory/ |
| Todo | 待办事项 | https://geminicli.com/docs/tools/todos/ |
| MCP servers | MCP 服务器 | https://geminicli.com/docs/tools/mcp-server/ |
2.6 扩展
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 介绍 | https://geminicli.com/docs/extensions/ |
| Getting started with extensions | 扩展快速开始 | https://geminicli.com/docs/extensions/getting-started-extensions/ |
| Extension releasing | 扩展发布 | https://geminicli.com/docs/extensions/extension-releasing/ |
2.7 Hooks(钩子)
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 介绍 | https://geminicli.com/docs/hooks/ |
| Writing hooks | 编写钩子 | https://geminicli.com/docs/hooks/writing-hooks/ |
| Hooks reference | 钩子参考 | https://geminicli.com/docs/hooks/reference/ |
| Best Practices | 最佳实践 | https://geminicli.com/docs/hooks/best-practices/ |
2.8 IDE 集成
| 标题 | 中文标题 | 链接 |
|---|---|---|
| Introduction | 介绍 | https://geminicli.com/docs/ide-integration/ |
| IDE Companion Spec | IDE 伴随规范 | https://geminicli.com/docs/ide-integration/ide-companion-spec/ |
2.9 开发
| 标题 | 中文标题 | 链接 |
|---|---|---|
| NPM | NPM | https://geminicli.com/docs/npm/ |
| Releases | 发布版本 | https://geminicli.com/docs/releases/ |
| Integration tests | 集成测试 | https://geminicli.com/docs/integration-tests/ |
| Issue and pr automation | Issue 与 PR 自动化 | https://geminicli.com/docs/issue-and-pr-automation/ |
3. 文末
本文围绕 Gemini 官方文档,按照其整体结构对相关内容进行了系统整理,涵盖了从 快速入门、CLI 核心能力,到 Tools、Hooks、扩展机制、IDE 集成 以及 开发与发布相关内容 等多个方面。希望本文能帮助到大家,欢迎点赞、收藏或留言交流,本文完!
更多推荐

所有评论(0)