safe-chains 0.212.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "redis-cli"
description = "Redis CLI — interactive REPL or one-shot command runner. Bare invocation drops into the REPL connected to localhost:6379. Commands like `SET`, `DEL`, `FLUSHDB` mutate server state; `GET`, `KEYS`, `INFO` read. Carve-out: --version / --help only."
url = "https://redis.io/docs/latest/develop/tools/cli/"
researched_version = "redis-cli 7.x"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--version"]