@@ -94,14 +94,14 @@ config file.
9494To switch between different client configs, use the `jmp config client use
9595<name>` command :
9696
97- ` ` ` bash
97+ ` ` ` shell
9898$ jmp config client use another
9999Using client config '/home/jdoe/.config/jumpstarter/clients/another.yaml'
100100` ` `
101101
102102All client configurations can be listed with `jmp config client list` :
103103
104- ` ` ` bash
104+ ` ` ` shell
105105$ jmp config client list
106106CURRENT NAME ENDPOINT PATH
107107* default jumpstarter1.my-lab.com:1443 /home/jdoe/.config/jumpstarter/clients/default.yaml
@@ -111,7 +111,7 @@ CURRENT NAME ENDPOINT PATH
111111
112112Clients can also be removed using `jmp config client delete <name>` :
113113
114- ` ` ` bash
114+ ` ` ` shell
115115$ jmp config client delete myclient
116116Deleted client config '/home/jdoe/.config/jumpstarter/clients/myclient.yaml'
117117` ` `
@@ -210,28 +210,28 @@ CLI](../cli/exporters.md).
210210To create a new exporter configuration file from a know endpoint and token the
211211` jmp config exporter create <name>` command can be used.
212212
213- ` ` ` bash
213+ ` ` ` shell
214214$ jmp config exporter create myexporter
215215Endpoint: grpc.jumpstarter.my.domain.com
216216Token: <<token>>
217217` ` `
218218
219219To use a specific config when starting the exporter :
220220
221- ` ` ` bash
221+ ` ` ` shell
222222$ jmp run --exporter my-exporter
223223Using exporter config '/etc/jumpstarter/exporters/another/exporter.yaml'
224224` ` `
225225
226226The path to a config can also be provided :
227227
228- ` ` ` bash
228+ ` ` ` shell
229229jmp run --exporter-config /etc/jumpstarter/exporters/another/exporter.yaml
230230` ` `
231231
232232All exporter configurations can be listed with `jmp config exporter list` :
233233
234- ` ` ` bash
234+ ` ` ` shell
235235$ jmp config exporter list
236236ALIAS PATH
237237test-exporter-2 /etc/jumpstarter/exporters/test-exporter-2.yaml
@@ -240,7 +240,7 @@ my-exporter /etc/jumpstarter/exporters/my-exporter.yaml
240240
241241Exporters can also be removed using `jmp config exporter delete <name>` :
242242
243- ` ` ` bash
243+ ` ` ` shell
244244$ jmp config exporter delete myexporter
245245Deleted exporter config '/etc/jumpstarter/exporters/myexporter.yaml'
246246` ` `
@@ -323,7 +323,7 @@ WantedBy=multi-user.target default.target
323323
324324Then enable and start the service :
325325
326- ` ` ` bash
326+ ` ` ` shell
327327sudo systemctl daemon-reload
328328sudo systemctl enable --now my-exporter
329329` ` `
0 commit comments