File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,11 @@ Use the option `-u / --user` to provide us with your username.
9999
100100Please never send your password over email. We will never ask you for it!<br >
101101When using the application, you can either:
102- 1 . enter your password interactively ` --password `
103- 2 . enter the name of a system property containing your password ` --password:prop my.awesome.property `
102+ 1 . enter your password interactively ` --password ` . Do not enter your password in the command but wait for postman to ask it interactively!
103+ ``` bash
104+ java -jar -u qbc001a --password @path/to/config.txt
105+ ```
106+ 3 . enter the name of a system property containing your password ` --password:prop my.awesome.property `
104107``` bash
105108java -jar -Dmy.awesome.property=ABCDEFG postman.jar -u qbc001a --password:prop my.awesome.property @path/to/config.txt
106109```
You can’t perform that action at this time.
0 commit comments