Add some CLI commands the public list (#582)
you shouldn't need to be logged in to run these commands
This commit is contained in:
parent
3424ec8219
commit
413ff2b915
1 changed files with 2 additions and 0 deletions
|
|
@ -983,6 +983,8 @@ def main_callback(
|
|||
logout.__name__,
|
||||
dashboard.__name__,
|
||||
evals.__name__,
|
||||
serve.__name__,
|
||||
mcp.__name__,
|
||||
}
|
||||
if ctx.invoked_subcommand in public_commands:
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue