Skip to content

Commit cf466c6

Browse files
committed
docs(AGENTS.md): add Global Options section and update command list
- Add Global Options section documenting -h/--help and --version - Add missing 'import' command to CLI Commands list - Update 'fetch access' description to include agent support Confidence: high Scope-risk: narrow
1 parent 58b0886 commit cf466c6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ src/
2121

2222
Note: CDK L3 constructs are in a separate package `@aws/agentcore-cdk`.
2323

24+
## Global Options
25+
26+
These options are available on all commands:
27+
28+
- `-h, --help` - Show help for any command
29+
- `--version` - Print CLI version (root command only)
30+
2431
## CLI Commands
2532

2633
- `create` - Create new AgentCore project
@@ -34,7 +41,8 @@ Note: CDK L3 constructs are in a separate package `@aws/agentcore-cdk`.
3441
- `invoke` - Invoke agents (local or deployed)
3542
- `run eval` - Run on-demand evaluation against agent sessions
3643
- `evals history` - View past eval run results
37-
- `fetch access` - Fetch access info for a deployed gateway
44+
- `fetch access` - Fetch access info for a deployed gateway or agent
45+
- `import` - Import resources from a Bedrock AgentCore Starter Toolkit project
3846
- `pause online-eval` - Pause (disable) a deployed online eval config
3947
- `resume online-eval` - Resume (enable) a paused online eval config
4048
- `logs` - Stream or search agent runtime logs

0 commit comments

Comments
 (0)