-
Notifications
You must be signed in to change notification settings - Fork 248
feat(cli): Add fern list-generators
command to CLI
#8784
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
base: main
Are you sure you want to change the base?
feat(cli): Add fern list-generators
command to CLI
#8784
Conversation
📝 Documentation updates detected! New suggestion: Document new fern list-generators CLI command |
…naman/Add-fern-list-generators-command-to-CLI
fern list-generators
command to CLI
This PR is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
|
||
function addListGeneratorsCommand(cli: Argv<GlobalCliOptions>, cliContext: CliContext) { | ||
cli.command( | ||
"list-generators", |
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.
can we make this fern generator list
?
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.
Hi @fern-support, Yes we can have it like fern generator list
.
seems like this PR is very much behind from the origin main
branch, I will create a new fresh PR with the requested changes.
closes: #8602
Description
This PR adds a new
fern list-generators
command to the Fern CLI that allows users to easily view all available generators from the Fern Registry. The command provides a table view of generators with their metadata and includes optional filtering by generator type.Changes Made
list-generators
command to the main CLI interface--type
filter with choices:sdk
,model
,server
,other
Testing