We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7272b commit a3de76fCopy full SHA for a3de76f
readme.md
@@ -48,6 +48,16 @@ Welcome to the Code Dx CLI Client REPL.
48
codedx>
49
```
50
51
+To run a command in *one-shot mode*, enter that command and its arguments as part of the same command you would use to start *REPL mode*.
52
+
53
+```text
54
+$> ./codedx-client https://localhost/codedx -u johndoe projects -n "WebGoat"
55
+password:
56
+{"id":5,"name":"WebGoat Java","parentId":null}
57
+{"id":8,"name":"WebGoat.NET","parentId":null}
58
+$>
59
+```
60
61
If you wish to run several commands at once, it's easiest to write a shell script or batch file,
62
but you can also pipe the commands into the program's *REPL mode* from a file,
63
where each line of the file is interpreted as a command.
0 commit comments