Update A2A CLI guide with complete command reference#2842
Merged
Ishavyas9 merged 1 commit intoLambdaTest:stagefrom Apr 17, 2026
Merged
Update A2A CLI guide with complete command reference#2842Ishavyas9 merged 1 commit intoLambdaTest:stagefrom
Ishavyas9 merged 1 commit intoLambdaTest:stagefrom
Conversation
- Replace dev install (pip install -e .) with public package (pip install testmu-a2a-cli) - Add quick reference table listing all 24 CLI subcommands - Add Workflow Management section (create, list, summary, rename, files, delete, upload-and-generate) - Add YAML-based prompt setting (--from-file prompt.yaml) to phone agent and prompts sections - Fix project update commands from python -m cli.main to testmu-a2a Made-with: Cursor
Ishavyas9
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip install -e .) with the public package name (pip install testmu-a2a-cli)workflows create/list/summary/rename/files/delete, the explicit chat testing flow withsources uploadandsources upload-and-generate--from-file prompt.yaml) to both the phone agent inbound flow and the standalone "Set Agent Prompts and Requirements" sectionpython -m cli.maintotestmu-a2aTest plan
/support/docs/testmu-a2a-cli/Made with Cursor