feat: add resend commands feature to CLI and update documentation#185
feat: add resend commands feature to CLI and update documentation#185felipefreitag merged 2 commits intoresend:mainfrom
resend commands feature to CLI and update documentation#185Conversation
|
@Shubhdeep12 Interesting idea, I'm curious what the use case is here? The output is pretty big, it will take a chunk of context for an agent. Does it work better than drilling down |
yeah, good question. the goal is one structured dump for scripts/agents so you’re not chaining Same idea here (runtime introspection vs stuffing documentation for agents). |
Summary by cubic
Add
resend commandsto print the full CLI command tree as JSON for scripting and agent tooling. Integrated into the root CLI, with docs, help text, and tests.resend commands: outputs the entire command tree (subcommands, options, descriptions). Auto-prints JSON when stdout is piped; use global--jsonin interactive terminals.skills/resend-cli/SKILL.mdto include the new discovery command.Written for commit 2944669. Summary will update on new commits.