mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Support configurable defaults #1

Open mansellan opened 4 years ago

mansellan commented 4 years ago

Allow defaults to be set from the command line:

clickonce configure create --publisher="Acme Ltd" --supportUrl=https://support.acme.com

The initial version stores defaults in a json file, we should make this configurable from the command line. Also, it should be possible to list configured defaults by not specifying any arguments, e.g.:

clickonce configure create