Skip to content

Commit d6a02bf

Browse files
committed
docs: fix --exception-level valid values to NONE/DEBUG
The CLI help text says ALL but the schema (GatewayExceptionLevelSchema) defines the valid values as NONE and DEBUG. Aligns commands.md with gateway.md and the Zod schema.
1 parent 931a3f4 commit d6a02bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ agentcore add gateway \
280280
| `--client-id <id>` | OAuth client ID for gateway bearer tokens (CUSTOM_JWT) |
281281
| `--client-secret <secret>` | OAuth client secret for gateway bearer tokens (CUSTOM_JWT) |
282282
| `--no-semantic-search` | Disable semantic search for tool discovery |
283-
| `--exception-level <level>` | Exception verbosity level: `NONE` (default) or `ALL` |
283+
| `--exception-level <level>` | Exception verbosity level: `NONE` (default) or `DEBUG` |
284284
| `--policy-engine <name>` | Policy engine name for Cedar-based authorization |
285285
| `--policy-engine-mode <mode>` | Policy engine mode: `LOG_ONLY` or `ENFORCE` |
286286
| `--json` | JSON output |

0 commit comments

Comments
 (0)