You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/azsdk-cli/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,11 @@ To run the tests:
89
89
dotnet test
90
90
```
91
91
92
+
### Test Mode
93
+
94
+
This tool can be run intest mode when the `AZSDKTOOLS_AGENT_TESTING` environment variable is set to `true`.
95
+
When testing is enabled, release plans will be automatically generated in the test environment.
96
+
92
97
### Test with GitHub Coding Agent
93
98
94
99
This tool can be used as an MCP server in a github action invoked by the [GitHub Coding Agent](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent). The azure-sdk language repositories and azure-rest-api-specs repository already have this MCP server configured for the coding agent.
0 commit comments