Skip to content

README lists non-existent deploy and config commands, missing logs command #445

@Yogeshp-MSFT

Description

@Yogeshp-MSFT

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:

  1. Remove the deploy bullet
  2. Remove the config bullet
  3. 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

Metadata

Metadata

Labels

P2High prioritydocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions