Skip to content

Commit bbe5452

Browse files
authored
fix: format docs/commands.md to pass prettier check (#798)
1 parent fb34507 commit bbe5452

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/commands.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,15 @@ agentcore add memory \
238238
--expiry 30
239239
```
240240

241-
| Flag | Description |
242-
| ---------------------- | --------------------------------------------------------------------------- |
243-
| `--name <name>` | Memory name |
244-
| `--strategies <types>` | Comma-separated: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC` |
241+
| Flag | Description |
242+
| ------------------------------------ | --------------------------------------------------------------------------- |
243+
| `--name <name>` | Memory name |
244+
| `--strategies <types>` | Comma-separated: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC` |
245245
| `--expiry <days>` | Event expiry duration in days (default: 30, min: 7, max: 365) |
246246
| `--delivery-type <type>` | Delivery target type (default: `kinesis`) |
247247
| `--data-stream-arn <arn>` | Kinesis data stream ARN for memory record streaming |
248248
| `--stream-content-level <level>` | `FULL_CONTENT` (default) or `METADATA_ONLY` |
249-
| `--stream-delivery-resources <json>` | Stream delivery config as JSON (advanced, overrides flat flags) |
249+
| `--stream-delivery-resources <json>` | Stream delivery config as JSON (advanced, overrides flat flags) |
250250
| `--json` | JSON output |
251251

252252
### add gateway
@@ -502,16 +502,16 @@ agentcore dev list-tools
502502
agentcore dev call-tool --tool myTool --input '{"arg": "value"}'
503503
```
504504

505-
| Flag / Argument | Description |
506-
| ---------------------- | -------------------------------------------------------- |
507-
| `[prompt]` | Send a prompt to a running dev server |
508-
| `-p, --port <port>` | Port (default: 8080; MCP uses 8000, A2A uses 9000) |
509-
| `-r, --runtime <name>` | Runtime to run or invoke (required if multiple runtimes) |
510-
| `-s, --stream` | Stream response when invoking |
511-
| `-l, --logs` | Non-interactive stdout logging |
512-
| `--tool <name>` | MCP tool name (with `call-tool` prompt) |
513-
| `--input <json>` | MCP tool arguments as JSON (with `--tool`) |
514-
| `-H, --header <h>` | Custom header (`"Name: Value"`, repeatable) |
505+
| Flag / Argument | Description |
506+
| ---------------------- | --------------------------------------------------------------------- |
507+
| `[prompt]` | Send a prompt to a running dev server |
508+
| `-p, --port <port>` | Port (default: 8080; MCP uses 8000, A2A uses 9000) |
509+
| `-r, --runtime <name>` | Runtime to run or invoke (required if multiple runtimes) |
510+
| `-s, --stream` | Stream response when invoking |
511+
| `-l, --logs` | Non-interactive stdout logging |
512+
| `--tool <name>` | MCP tool name (with `call-tool` prompt) |
513+
| `--input <json>` | MCP tool arguments as JSON (with `--tool`) |
514+
| `-H, --header <h>` | Custom header (`"Name: Value"`, repeatable) |
515515
| `--exec` | Execute a shell command in the running dev container (Container only) |
516516

517517
### invoke
@@ -724,8 +724,8 @@ agentcore fetch access --name MyGateway --type gateway --json
724724
agentcore fetch access --name MyAgent --type agent --target staging
725725
```
726726

727-
| Flag | Description |
728-
| ----------------- | --------------------------------------------- |
727+
| Flag | Description |
728+
| ------------------------ | --------------------------------------------- |
729729
| `--name <name>` | Gateway or agent name |
730730
| `--type <type>` | Resource type: `gateway` (default) or `agent` |
731731
| `--target <name>` | Deployment target |

0 commit comments

Comments
 (0)