mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 08:24:10 -07:00
feat(policy): add --admin-policy flag for supplemental admin policies (#20360)
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"adminPolicyPaths": {
|
||||
"title": "Admin Policy Paths",
|
||||
"description": "Additional admin policy files or directories to load.",
|
||||
"markdownDescription": "Additional admin policy files or directories to load.\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `[]`",
|
||||
"default": [],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"title": "General",
|
||||
"description": "General application settings.",
|
||||
|
||||
Reference in New Issue
Block a user