llama-stack-mirror/docs/source
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
..
building_applications fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
concepts fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
contributing fix: broken "core concepts" link in docs website (#940) 2025-02-03 13:46:34 -08:00
distributions chore: remove --no-list-templates option (#1121) 2025-02-18 10:13:46 -08:00
getting_started fix: Update rag examples to use fresh faiss index every time (#998) 2025-02-06 16:12:29 -08:00
introduction Update index.md (#888) 2025-01-28 04:55:41 -08:00
playground fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
references fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
conf.py Several documentation fixes and fix link to API reference 2025-02-04 14:00:43 -08:00
index.md Update index.md to refer to v0.1.3 2025-02-14 14:29:17 -08:00