Skip to content

Commit e14a204

Browse files
Copilotpelikhan
andcommitted
Fix: Use correct syntax /agent and add both gh aw upgrade and update commands
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 6964bf2 commit e14a204

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ Keep your agentic workflows up to date with the latest features and improvements
3535

3636
### Using the CLI
3737

38-
Run the upgrade command to update all workflows to the latest gh-aw version:
38+
Upgrade the AW engine version and update your workflows:
3939

4040
```bash
41-
gh aw upgrade
41+
gh aw upgrade # Upgrade to latest gh-aw engine version
42+
gh aw update # Update added workflows
4243
```
4344

4445
This automatically updates agent files, applies codemods, updates actions versions, and recompiles all workflows.
@@ -48,13 +49,13 @@ This automatically updates agent files, applies codemods, updates actions versio
4849
Alternatively, you can prompt the agentic-workflows agent to update your workflows:
4950

5051
```
51-
@agentic-workflows upgrade all workflows to the latest version
52+
/agent agentic-workflows upgrade all workflows to the latest version
5253
```
5354

5455
Or update individual workflows:
5556

5657
```
57-
@agentic-workflows update the issue-triage workflow to add web-fetch tool
58+
/agent agentic-workflows update the issue-triage workflow to add web-fetch tool
5859
```
5960

6061
📖 [Learn more about GitHub Agentic Workflows](https://github.github.io/gh-aw/)

0 commit comments

Comments
 (0)