llama-stack-mirror/llama_stack/cli/stack
Charlie Doern 58a62e2093 feat: add --providers to llama stack build
allow users to specify only the providers they want in the llama stack build command.
If a user wants a non-interactive build, but doesn't want to use a template, `--providers` allows
someone to specify something like `--providers inference=remote::ollama` for a distro with JUST ollama

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-03-21 15:30:02 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
_build.py feat: add --providers to llama stack build 2025-03-21 15:30:02 -04:00
build.py feat: add --providers to llama stack build 2025-03-21 15:30:02 -04:00
list_apis.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list_providers.py feat: support listing all for llama stack list-providers (#1056) 2025-02-12 22:03:28 -08:00
run.py refactor: simplify command execution and remove PTY handling (#1641) 2025-03-17 15:03:14 -07:00
stack.py fix: Incorrect import path for print_subcommand_description() (#1314) 2025-02-27 18:35:49 -08:00
utils.py chore: add subcommands description in help (#1219) 2025-02-27 17:00:27 -08:00