-
Notifications
You must be signed in to change notification settings - Fork 49
new command line option : -config #3
Copy link
Copy link
Open
Description
The idea is to bundle arguments which are rarely changed by the user. And storing these bundles as key value pairs in a file.
$ postman -html template.html -text template.txt -csv recipients.csv \
-sender "Zaphod Beeblebrox <zaphod@beeblebrox.com>" \
-subject "Hello, World!" -server smtp.beeblebrox.com -port 587 \
-user zaphod -password Betelgeuse123
Instead of this we can have..
$ postman -html template.html -text template.txt -csv recipients.csv \
-sender "Zaphod Beeblebrox <zaphod@beeblebrox.com>" \
-subject "Hello, World!" -config beeble
Where beeble is the key to the bundle of required configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels