llama-stack/llama_stack/cli/stack
Reid 89d37687dd
chore: remove --no-list-templates option (#1121)
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]

From the code and the usage, seems cannot see that need to use
`--no-list-templates` to handle, and also make the user confused from
the help text, so try to remove it.
```
$ llama stack build --no-list-templates
> Enter a name for your Llama Stack (e.g. my-local-stack):

$ llama stack build
> Enter a name for your Llama Stack (e.g. my-local-stack):

before:
$ llama stack build --help
  --list-templates, --no-list-templates
                        Show the available templates for building a Llama Stack distribution (default: False)

after:
  --list-templates      Show the available templates for building a Llama Stack distribution
```

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]

[//]: # (## Documentation)

Signed-off-by: reidliu <reid201711@gmail.com>
Co-authored-by: reidliu <reid201711@gmail.com>
2025-02-18 10:13:46 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
_build.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
build.py chore: remove --no-list-templates option (#1121) 2025-02-18 10:13:46 -08:00
configure.py style: fix the capitalization issue (#1117) 2025-02-14 17:16:26 -08: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 style: fix the capitalization issue (#1117) 2025-02-14 17:16:26 -08:00
stack.py fix: show proper help text (#1065) 2025-02-12 06:38:25 -08:00