Skip to content

docs: add tman CLI reference with practical examples#2153

Open
nuthalapativarun wants to merge 1 commit into
TEN-framework:mainfrom
nuthalapativarun:docs/tman-api-examples-517
Open

docs: add tman CLI reference with practical examples#2153
nuthalapativarun wants to merge 1 commit into
TEN-framework:mainfrom
nuthalapativarun:docs/tman-api-examples-517

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Summary

  • Add docs/api/tman.md — a complete tman CLI reference using real extension names (azure_asr_python, deepgram_asr_python, my_tts_python) instead of generic foo/bar placeholders
  • Documents all major commands: install, create, run, publish, designer
  • Includes manifest.json and property.json format reference with annotated real-world examples (including ${env:VAR|} syntax explanation)
  • Three end-to-end workflow examples: adding an extension to an app, isolated extension development and testing, and publishing

Test plan

  • All commands and file paths verified against actual repo structure and manifests
  • manifest.json example matches the schema used by azure_asr_python and similar extensions
  • task format — clean (documentation only)

Related Issues

Fixes #517

Add docs/api/tman.md documenting tman commands (install, create, run,
publish, designer) with real extension names and workflows instead of
generic foo/bar placeholders. Includes manifest.json and property.json
format reference and three end-to-end workflow examples. Addresses TEN-framework#517.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API documentation improvements

1 participant