Hands-on enablement for enterprise developers — master agentic coding, legacy modernization, and DevOps automation with Gemini CLI.
🌐 Language: English · 한국어 (Korean) · Bahasa Indonesia · 简体中文 (Chinese)
📋 Workshop materials are actively maintained. See CHANGELOG.md for known CLI changes, deprecated commands, and workarounds. Last updated: 2026-05-08.
| # | Use Case | Duration | Key Features |
|---|---|---|---|
| 0 | Environment Setup | 15 min | Install, auth, demo app |
| 1 | SDLC Productivity Enhancement | 60 min | GEMINI.md · Memory · Conductor · MCP · Extensions · Governance |
| 2 | Legacy Code Modernization | 60 min | Plan Mode · Model Routing · Subagents · Skills · Checkpointing |
| 3 | Agentic DevOps Orchestration | 45 min | Headless Mode · Hooks · GitHub Actions · Batch Ops |
Why this order: UC1 builds foundational skills (install, context engineering, governance). UC2 layers on planning and delegation. UC3 brings automation and CI/CD as the capstone.
📖 Workshop Site: pauldatta.github.io/gemini-cli-field-workshop
git clone --recurse-submodules https://github.com/pauldatta/gemini-cli-field-workshop.git
cd gemini-cli-field-workshop
./setup.sh
cd demo-app && geminiThe docs/ folder is built with MkDocs Material. View locally:
pip install -r requirements-docs.txt
mkdocs serveDeployed to GitHub Pages via the gh-pages branch (auto-deployed on push to main).
| Directory | Contents |
|---|---|
docs/ |
MkDocs workshop site — modules, cheatsheet, facilitator guide, i18n translations |
exercises/ |
Hands-on PRDs for each use case |
samples/ |
Ready-to-use configs (settings.json, policy.toml), hooks, subagents, GEMINI.md examples |
demo-app/ |
Git submodule — ProShop v2 (MERN stack) |
tools/ |
Translation pipeline and validation scripts |
setup.sh |
One-command environment setup |
See the Facilitator Guide for timing options (2hr / 4hr / full day), audience-specific delivery, and live demo tips.
Apache 2.0 — See LICENSE.
