Skip to content

Commit d52ce1e

Browse files
committed
update
1 parent 2b1bcbc commit d52ce1e

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

docs/cli_reference.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 'CLI Reference'
1+
# CLI Reference
22

33
Welcome to the LlamaStackClient CLI
44

@@ -50,7 +50,7 @@ Usage: llama-stack-client [OPTIONS] COMMAND [ARGS]...
5050

5151

5252

53-
## 'CLI Reference'
53+
## CLI Reference
5454

5555
Configure Llama Stack Client CLI.
5656

@@ -70,7 +70,7 @@ Usage: llama-stack-client configure [OPTIONS]
7070

7171

7272

73-
## 'CLI Reference'
73+
## CLI Reference
7474

7575
Manage datasets.
7676

@@ -92,7 +92,7 @@ Usage: llama-stack-client datasets [OPTIONS] COMMAND [ARGS]...
9292

9393

9494

95-
### 'CLI Reference'
95+
### CLI Reference
9696

9797
Show available datasets on distribution endpoint
9898

@@ -108,7 +108,7 @@ Usage: llama-stack-client datasets list [OPTIONS]
108108

109109

110110

111-
### 'CLI Reference'
111+
### CLI Reference
112112

113113
Create a new dataset
114114

@@ -138,7 +138,7 @@ Usage: llama-stack-client datasets register [OPTIONS]
138138

139139

140140

141-
## 'CLI Reference'
141+
## CLI Reference
142142

143143
Run evaluation tasks.
144144

@@ -160,7 +160,7 @@ Usage: llama-stack-client eval [OPTIONS] COMMAND [ARGS]...
160160

161161

162162

163-
### 'CLI Reference'
163+
### CLI Reference
164164

165165
Run a evaluation benchmark task
166166

@@ -196,7 +196,7 @@ Usage: llama-stack-client eval run-benchmark [OPTIONS] BENCHMARK_IDS...
196196

197197

198198

199-
### 'CLI Reference'
199+
### CLI Reference
200200

201201
Run scoring from application datasets
202202

@@ -228,7 +228,7 @@ Usage: llama-stack-client eval run-scoring [OPTIONS] SCORING_FUNCTION_IDS...
228228

229229

230230

231-
## 'CLI Reference'
231+
## CLI Reference
232232

233233
Manage evaluation tasks.
234234

@@ -250,7 +250,7 @@ Usage: llama-stack-client eval-tasks [OPTIONS] COMMAND [ARGS]...
250250

251251

252252

253-
### 'CLI Reference'
253+
### CLI Reference
254254

255255
Show available eval tasks on distribution endpoint
256256

@@ -266,7 +266,7 @@ Usage: llama-stack-client eval-tasks list [OPTIONS]
266266

267267

268268

269-
### 'CLI Reference'
269+
### CLI Reference
270270

271271
Register a new eval task
272272

@@ -294,7 +294,7 @@ Usage: llama-stack-client eval-tasks register [OPTIONS]
294294

295295

296296

297-
## 'CLI Reference'
297+
## CLI Reference
298298

299299
Inference (chat).
300300

@@ -314,7 +314,7 @@ Usage: llama-stack-client inference [OPTIONS] COMMAND [ARGS]...
314314

315315

316316

317-
### 'CLI Reference'
317+
### CLI Reference
318318

319319
Show available inference chat completion endpoints on distribution endpoint
320320

@@ -338,7 +338,7 @@ Usage: llama-stack-client inference chat-completion [OPTIONS]
338338

339339

340340

341-
## 'CLI Reference'
341+
## CLI Reference
342342

343343
Inspect server configuration.
344344

@@ -358,7 +358,7 @@ Usage: llama-stack-client inspect [OPTIONS] COMMAND [ARGS]...
358358

359359

360360

361-
### 'CLI Reference'
361+
### CLI Reference
362362

363363
Show available providers on distribution endpoint
364364

@@ -374,7 +374,7 @@ Usage: llama-stack-client inspect version [OPTIONS]
374374

375375

376376

377-
## 'CLI Reference'
377+
## CLI Reference
378378

379379
Manage GenAI models.
380380

@@ -400,7 +400,7 @@ Usage: llama-stack-client models [OPTIONS] COMMAND [ARGS]...
400400

401401

402402

403-
### 'CLI Reference'
403+
### CLI Reference
404404

405405
Show available llama models at distribution endpoint
406406

@@ -420,7 +420,7 @@ Usage: llama-stack-client models get [OPTIONS] MODEL_ID
420420

421421

422422

423-
### 'CLI Reference'
423+
### CLI Reference
424424

425425
Show available llama models at distribution endpoint
426426

@@ -436,7 +436,7 @@ Usage: llama-stack-client models list [OPTIONS]
436436

437437

438438

439-
### 'CLI Reference'
439+
### CLI Reference
440440

441441
Register a new model at distribution endpoint
442442

@@ -462,7 +462,7 @@ Usage: llama-stack-client models register [OPTIONS] MODEL_ID
462462

463463

464464

465-
### 'CLI Reference'
465+
### CLI Reference
466466

467467
Unregister a model from distribution endpoint
468468

@@ -482,7 +482,7 @@ Usage: llama-stack-client models unregister [OPTIONS] MODEL_ID
482482

483483

484484

485-
## 'CLI Reference'
485+
## CLI Reference
486486

487487
Post-training.
488488

@@ -510,7 +510,7 @@ Usage: llama-stack-client post-training [OPTIONS] COMMAND [ARGS]...
510510

511511

512512

513-
### 'CLI Reference'
513+
### CLI Reference
514514

515515
Get the training artifacts of a specific post training job
516516

@@ -528,7 +528,7 @@ Usage: llama-stack-client post-training artifacts [OPTIONS]
528528

529529

530530

531-
### 'CLI Reference'
531+
### CLI Reference
532532

533533
Cancel the training job
534534

@@ -546,7 +546,7 @@ Usage: llama-stack-client post-training cancel [OPTIONS]
546546

547547

548548

549-
### 'CLI Reference'
549+
### CLI Reference
550550

551551
Show the list of available post training jobs
552552

@@ -562,7 +562,7 @@ Usage: llama-stack-client post-training list [OPTIONS]
562562

563563

564564

565-
### 'CLI Reference'
565+
### CLI Reference
566566

567567
Show the status of a specific post training job
568568

@@ -580,7 +580,7 @@ Usage: llama-stack-client post-training status [OPTIONS]
580580

581581

582582

583-
### 'CLI Reference'
583+
### CLI Reference
584584

585585
Kick off a supervised fine tune job
586586

@@ -607,7 +607,7 @@ Usage: llama-stack-client post-training supervised_fine_tune
607607

608608

609609

610-
## 'CLI Reference'
610+
## CLI Reference
611611

612612
Manage API providers.
613613

@@ -627,7 +627,7 @@ Usage: llama-stack-client providers [OPTIONS] COMMAND [ARGS]...
627627

628628

629629

630-
### 'CLI Reference'
630+
### CLI Reference
631631

632632
Show available providers on distribution endpoint
633633

@@ -643,7 +643,7 @@ Usage: llama-stack-client providers list [OPTIONS]
643643

644644

645645

646-
## 'CLI Reference'
646+
## CLI Reference
647647

648648
Manage scoring functions.
649649

@@ -665,7 +665,7 @@ Usage: llama-stack-client scoring-functions [OPTIONS] COMMAND [ARGS]...
665665

666666

667667

668-
### 'CLI Reference'
668+
### CLI Reference
669669

670670
Show available scoring functions on distribution endpoint
671671

@@ -681,7 +681,7 @@ Usage: llama-stack-client scoring-functions list [OPTIONS]
681681

682682

683683

684-
### 'CLI Reference'
684+
### CLI Reference
685685

686686
Register a new scoring function
687687

@@ -709,7 +709,7 @@ Usage: llama-stack-client scoring-functions register [OPTIONS]
709709

710710

711711

712-
## 'CLI Reference'
712+
## CLI Reference
713713

714714
Manage safety shield services.
715715

@@ -731,7 +731,7 @@ Usage: llama-stack-client shields [OPTIONS] COMMAND [ARGS]...
731731

732732

733733

734-
### 'CLI Reference'
734+
### CLI Reference
735735

736736
Show available safety shields on distribution endpoint
737737

@@ -747,7 +747,7 @@ Usage: llama-stack-client shields list [OPTIONS]
747747

748748

749749

750-
### 'CLI Reference'
750+
### CLI Reference
751751

752752
Register a new safety shield
753753

@@ -771,7 +771,7 @@ Usage: llama-stack-client shields register [OPTIONS]
771771

772772

773773

774-
## 'CLI Reference'
774+
## CLI Reference
775775

776776
Manage available tool groups.
777777

@@ -797,7 +797,7 @@ Usage: llama-stack-client toolgroups [OPTIONS] COMMAND [ARGS]...
797797

798798

799799

800-
### 'CLI Reference'
800+
### CLI Reference
801801

802802
Show available llama toolgroups at distribution endpoint
803803

@@ -817,7 +817,7 @@ Usage: llama-stack-client toolgroups get [OPTIONS] TOOLGROUP_ID
817817

818818

819819

820-
### 'CLI Reference'
820+
### CLI Reference
821821

822822
Show available llama toolgroups at distribution endpoint
823823

@@ -833,7 +833,7 @@ Usage: llama-stack-client toolgroups list [OPTIONS]
833833

834834

835835

836-
### 'CLI Reference'
836+
### CLI Reference
837837

838838
Register a new toolgroup at distribution endpoint
839839

@@ -861,7 +861,7 @@ Usage: llama-stack-client toolgroups register [OPTIONS] TOOLGROUP_ID
861861

862862

863863

864-
### 'CLI Reference'
864+
### CLI Reference
865865

866866
Unregister a toolgroup from distribution endpoint
867867

@@ -881,7 +881,7 @@ Usage: llama-stack-client toolgroups unregister [OPTIONS] TOOLGROUP_ID
881881

882882

883883

884-
## 'CLI Reference'
884+
## CLI Reference
885885

886886
Manage vector databases.
887887

@@ -905,7 +905,7 @@ Usage: llama-stack-client vector-dbs [OPTIONS] COMMAND [ARGS]...
905905

906906

907907

908-
### 'CLI Reference'
908+
### CLI Reference
909909

910910
Show available vector dbs on distribution endpoint
911911

@@ -921,7 +921,7 @@ Usage: llama-stack-client vector-dbs list [OPTIONS]
921921

922922

923923

924-
### 'CLI Reference'
924+
### CLI Reference
925925

926926
Create a new vector db
927927

@@ -949,7 +949,7 @@ Usage: llama-stack-client vector-dbs register [OPTIONS] VECTOR_DB_ID
949949

950950

951951

952-
### 'CLI Reference'
952+
### CLI Reference
953953

954954
Delete a vector db
955955

scripts/gen_cli_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def generate_markdown_docs(command, parent=None, level=1):
1717

1818
# Start with the command name as a header
1919
prefix = "#" * level
20-
doc = [f"{prefix} 'CLI Reference'\n"]
20+
doc = [f"{prefix} CLI Reference\n"]
2121

2222
# Add command help docstring
2323
if command.help:

0 commit comments

Comments
 (0)