Skip to content

Commit

Permalink
Merge pull request #5897 from Martchus/stdin
Browse files Browse the repository at this point in the history
openqa-cli: Document changed behavior regarding STDIN	after de2a210
  • Loading branch information
mergify[bot] authored Aug 26, 2024
2 parents cab3c42 + 57b6db2 commit 0ecfb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenQA/CLI/api.pm
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ sub command ($self, @args) {
--apisecret <secret> API secret
-a, --header <name:value> One or more additional HTTP headers
-D, --data-file <path> Load content to send with request from file
-d, --data <string> Content to send with request, alternatively
you can also pipe data to openqa-cli
or from stdin by specifying "-" as path
-d, --data <string> Content to send with request
-f, --form Turn JSON object into form parameters
--host <host> Target host, defaults to http://localhost
-h, --help Show this summary of available options
Expand Down

0 comments on commit 0ecfb32

Please sign in to comment.