docs: added CLI commands reference documentation for agent integration in packages/cli/agents.md#1349
docs: added CLI commands reference documentation for agent integration in packages/cli/agents.md#1349Davda-James wants to merge 3 commits intolingodotdev:mainfrom
Conversation
|
@maxprilutskiy Could you please review this PR when you get a chance? Let me know if anything needs to be updated or improved. |
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive CLI command reference documentation intended for agent integrations and automation. The documentation provides structured information about all CLI commands in a parser-friendly format.
Key Changes:
- Added
packages/cli/agents.mdwith complete CLI command reference - Documented all major commands including init, run, status, ci, mcp, auth, and utility commands
- Included usage patterns, options, examples, and environment variables for each command
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@maxprilutskiy I have resolved copilot suggestion. |
|
Thank you for your contribution! However, this PR needs to reference an issue where you're assigned. Please find an unassigned issue to work on, get assigned to it first, and then reference it in your PR description using 'Closes #issue-number'. |
Added CLI commands documentation for agents.
FIles created/changed:
Closes Issue: #1099
Run before PR:
pnpm prettier . --write pnpm format:check