feat: add llama stack rm and llama stack list commands

This commit is contained in:
Abhishek koserwal 2025-05-13 13:41:33 +05:30 committed by Abhishek koserwal
parent d8712c4242
commit c482dfb5f7
4 changed files with 93 additions and 67 deletions

View file

@ -14,8 +14,8 @@ from llama_stack.cli.subcommand import Subcommand
from .build import StackBuild
from .list_apis import StackListApis
from .list_providers import StackListProviders
from .run import StackRun
from .remove import StackRemove
from .run import StackRun
class StackParser(Subcommand):