File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ The program runs as a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%
1313Start it by providing the connection information (Code Dx "base url", and username+password or API Key):
1414
1515``` text
16- $> ./codedx-client https://localhost/codedx -u johndoe -p supersecret
16+ $> ./codedx-client -b https://localhost/codedx -u johndoe -p supersecret
1717codedx>
1818```
1919
2020``` text
21- $> ./codedx-client https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7
21+ $> ./codedx-client -b https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7
2222codedx>
2323```
2424
@@ -27,7 +27,7 @@ Each line of the file will be interpreted as a command.
2727When using this mode, you may wish to provide the ` --no-prompt ` flag to prevent the program from writing stuff like "codedx>" to ` STDOUT ` .
2828
2929``` text
30- $> ./codedx-client https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7 --no-prompt < ./my-commands.txt
30+ $> ./codedx-client -b https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7 --no-prompt < ./my-commands.txt
3131```
3232
3333Once in the REPL, type ` help ` (and hit Enter) for a list of commands.
You can’t perform that action at this time.
0 commit comments