AWS amazonq documentation change
Summary
Updated CLI command syntax from '/agent create [name]' to '/agent create --name [name]'
Security assessment
This is a syntax clarification with no security implications or security-related documentation added.
Diff
diff --git a/amazonq/latest/qdeveloper-ug/command-line-custom-agents-defining.md b/amazonq/latest/qdeveloper-ug/command-line-custom-agents-defining.md index 9bf59bf81..1228d3259 100644 --- a//amazonq/latest/qdeveloper-ug/command-line-custom-agents-defining.md +++ b//amazonq/latest/qdeveloper-ug/command-line-custom-agents-defining.md @@ -25 +25 @@ Here's a step-by-step walkthrough to create your first custom agent: - /agent create my-agent + /agent create --name my-agent @@ -60 +60 @@ Custom agent commands Command | Description | Availability -`/agent create [name]` | Creates a new custom agent configuration file and opens it in your default editor | Chat session +`/agent create --name [name]` | Creates a new custom agent configuration file and opens it in your default editor | Chat session