Skip to content

Commit 23b458e

Browse files
committed
blog gemini cli
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 8f5afb4 commit 23b458e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-31.8 KB
Loading

src/collections/blog/2025/12-28-gemini-cli-trusted-directories/post.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025-12-28 10:30:05 -0530
55
author: Layer5 Team
66
thumbnail: ./gemini-cli-hero.png
77
darkthumbnail: ./gemini-cli-hero.png
8-
description: "Learn how to configure Gemini CLI trusted directories through interactive prompts, commands, or manual configuration to eliminate repetitive approval prompts and accelerate your AI-powered development workflow."
8+
description: "Configure Gemini CLI trusted directories via interactive prompts, commands, or manual editing to eliminate approval prompts and accelerate your workflow."
99
type: Blog
1010
category: AI
1111
tags:
@@ -214,7 +214,7 @@ cp ~/.gemini/trustedFolders.json ~/.gemini/trustedFolders.json.backup
214214
nano ~/.gemini/trustedFolders.json
215215

216216
# Verify JSON syntax (optional but recommended)
217-
python3 -c "import json; json.load(open('$HOME/.gemini/trustedFolders.json'))"
217+
python3 -m json.tool "$HOME/.gemini/trustedFolders.json" > /dev/null
218218
```
219219

220220
<Blockquote

0 commit comments

Comments
 (0)