-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cli docs #17037
add cli docs #17037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i love this! bc of how simply it seems like we could iterate on it and the status quo is empty
it seems like we should probably add a pre-commit
to re-render and keep us in sync
…h autoescape=False Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
CodSpeed Performance ReportMerging #17037 will not alter performanceComparing Summary
|
@@ -724,6 +724,35 @@ | |||
} | |||
], | |||
"version": "v3" | |||
}, | |||
{ | |||
"group": "CLI Reference", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My vote would be removing all the suffixes
adds a command that reads the prefect typer app and renders it in a jinja template.
note we have some wacky docstrings in the cli, so some commands look goofy.
that said, this PR achieves the goal of adding the CLI commands to the docs (and in particular /llms-full.txt)