Skip to content

Commit 9dcd1f3

Browse files
docs: fixed Code block in Microcks CLI docs (#312)
Signed-off-by: Vamshi Reddy <vamshiproject02@gmail.com>
1 parent da41a88 commit 9dcd1f3

File tree

1 file changed

+2
-2
lines changed
  • content/documentation/guides/automation

1 file changed

+2
-2
lines changed

content/documentation/guides/automation/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Assuming you are running the same examples than in the [Getting started](/docume
4242
microcks-cli test 'API Pastry - 2.0:2.0.0' http://host.docker.internal:8282 OPEN_API_SCHEMA \
4343
--microcksURL=http://host.docker.internal:8585/api/ \
4444
--keycloakClientId=microcks-serviceaccount \
45-
--keycloakClientSecret=ab54d329-e435-41ae-a900-ec6b3fe15c54 \
45+
--keycloakClientSecret="ab54d329-e435-41ae-a900-ec6b3fe15c54" \
4646
--operationsHeaders='{"globals": [{"name": "x-api-key", "values": "azertyuiop"}], "GET /pastries": [{"name": "x-trace-id", "values": "qsdfghjklm"}]}' \
4747
--insecure --waitFor=6sec
4848
```
@@ -60,7 +60,7 @@ docker run -it quay.io/microcks/microcks-cli:latest microcks-cli test \
6060
'API Pastry - 2.0:2.0.0' http://host.docker.internal:8282 OPEN_API_SCHEMA \
6161
--microcksURL=http://host.docker.internal:8585/api/ \
6262
--keycloakClientId=microcks-serviceaccount \
63-
--keycloakClientSecret=ab54d329-e435-41ae-a900-ec6b3fe15c54 \
63+
--keycloakClientSecret="ab54d329-e435-41ae-a900-ec6b3fe15c54" \
6464
--operationsHeaders='{"globals": [{"name": "x-api-key", "values": "azertyuiop"}], "GET /pastries": [{"name": "x-trace-id", "values": "qsdfghjklm"}]}' \
6565
--insecure --waitFor=6sec
6666
```

0 commit comments

Comments
 (0)