Description
The README Features section lists commands that don't exist in the CLI, and is missing one that does.
CLI version tested: v1.1.184 (latest stable, 2026-05-19)
Commands listed in README but NOT in CLI
| README Entry |
Result of running command |
deploy — "Deploy Agent 365 application binaries to the configured Azure App Service and update Agent 365 Tool permissions" |
a365 deploy shows root help — command does not exist |
config — "Configure Azure subscription, resource settings, and deployment options for Agent 365 CLI commands" |
a365 config shows root help — command does not exist |
The official CLI reference at https://learn.microsoft.com/en-us/microsoft-agent-365/developer/reference/cli does not list deploy or config either, confirming these are README-only references.
Note: The deploy-to-Azure docs correctly instruct users to use az webapp deploy — there is no a365 deploy equivalent.
Command exists in CLI but MISSING from README
| Command |
CLI Help |
Microsoft Learn Docs |
logs (a365 logs export) |
✅ Works — exports redacted diagnostic logs safe for Microsoft support |
✅ Documented |
Suggested Fix
In the README Features section:
- Remove the
deploy bullet
- Remove the
config bullet
- Add a
logs bullet: **logs**: Export redacted CLI diagnostic logs safe to share with Microsoft support
Steps to Reproduce
a365 --version # 1.1.184+3e624511bc
a365 deploy # Shows root help (not a recognized command)
a365 config # Shows root help (not a recognized command)
a365 logs --help # Shows valid help for logs command
Description
The README Features section lists commands that don't exist in the CLI, and is missing one that does.
CLI version tested: v1.1.184 (latest stable, 2026-05-19)
Commands listed in README but NOT in CLI
deploy— "Deploy Agent 365 application binaries to the configured Azure App Service and update Agent 365 Tool permissions"a365 deployshows root help — command does not existconfig— "Configure Azure subscription, resource settings, and deployment options for Agent 365 CLI commands"a365 configshows root help — command does not existThe official CLI reference at https://learn.microsoft.com/en-us/microsoft-agent-365/developer/reference/cli does not list
deployorconfigeither, confirming these are README-only references.Note: The deploy-to-Azure docs correctly instruct users to use
az webapp deploy— there is noa365 deployequivalent.Command exists in CLI but MISSING from README
logs(a365 logs export)Suggested Fix
In the README Features section:
deploybulletconfigbulletlogsbullet:**logs**: Export redacted CLI diagnostic logs safe to share with Microsoft supportSteps to Reproduce