Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 5d83c11

Browse files
committed
Show command itself
1 parent 9c016be commit 5d83c11

3 files changed

Lines changed: 15 additions & 20 deletions

File tree

docs/source/getting-started/setup-exporter-client.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ To create an exporter and save the config locally, run the following command:
3030
```bash
3131
# Creates an exporter called "testing" and saves the config
3232
$ jmp admin create exporter testing --save
33-
34-
# Usage for jmp admin create exporter
35-
$ jmp admin create exporter --help
3633
```
3734

38-
```{program-output} jmp admin create exporter --help
35+
## Usage for jmp admin create exporter
36+
37+
```{command-output} jmp admin create exporter --help
3938
```
4039

4140
### Edit the Exporter Config
@@ -90,12 +89,11 @@ To connect to the new exporter, a client must be created. We can also use the
9089
```bash
9190
# This will create a client called "hello", allow unsafe drivers, and save the config
9291
$ jmp admin create client hello --save --unsafe
93-
94-
# Usage for jmp admin create client
95-
jmp admin create client --help
9692
```
9793

98-
```{program-output} jmp admin create client --help
94+
## Usage for jmp admin create client
95+
96+
```{command-output} jmp admin create client --help
9997
```
10098

10199
## Connect to the Exporter
@@ -109,12 +107,11 @@ Python API.
109107
```bash
110108
# Spawn a shell using the "hello" client
111109
$ jmp shell --client hello --selector example.com/board=foo
112-
113-
# Usage for jmp shell
114-
$ jmp shell --help
115110
```
116111

117-
```{program-output} jmp shell --help
112+
## Usage for jmp shell
113+
114+
```{command-output} jmp shell --help
118115
```
119116

120117
Once a lease is acquired, we can interact with the drivers hosted by the exporter

docs/source/installation/service/kind-helm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ If you do not have Helm installed, please [install the latest release](https://h
7575
```
7676
# Install Jumpstarter with default options
7777
$ jmp admin install
78-
79-
# Options provided by the Jumpstarter CLI
80-
$ jmp admin install --help
8178
```
8279

83-
```{program-output} jmp admin install --help
80+
## Options provided by the Jumpstarter CLI
81+
82+
```{command-output} jmp admin install --help
8483
```
8584

8685
### Install Jumpstarter with Helm

docs/source/installation/service/minikube-helm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ If you do not have Helm installed, please [install the latest release](https://h
3737
```
3838
# Install Jumpstarter with default options
3939
$ jmp admin install --ip $(minikube ip)
40-
41-
# Options provided by the Jumpstarter CLI
42-
$ jmp admin install --help
4340
```
4441

45-
```{program-output} jmp admin install --help
42+
## Options provided by the Jumpstarter CLI
43+
44+
```{command-output} jmp admin install --help
4645
```
4746

4847
### Install Jumpstarter with Helm

0 commit comments

Comments
 (0)