@@ -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
120117Once a lease is acquired, we can interact with the drivers hosted by the exporter
0 commit comments