From eed2be071d9ca9bfcba756ff1078331548162893 Mon Sep 17 00:00:00 2001 From: lxohi <16010388+lxohi@users.noreply.github.com> Date: Tue, 22 Jan 2019 13:57:33 +0800 Subject: PublishModule: add --gpgKeyName flag (#530) * PublishModule: adds gpgKeyName flag * 1 - Intro to Mill.md: usage sample of publish updates for gpgKeyName --- docs/pages/1 - Intro to Mill.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index e4ba6d46..ab5a88ad 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -740,13 +740,15 @@ your sonatype credentials (e.g. `lihaoyi:foobarbaz`) and GPG password as inputs: ```bash $ mill foo.publish -Missing arguments: (--sonatypeCreds: String, --gpgPassphrase: String, --release: Boolean) +Missing arguments: (--sonatypeCreds: String, --release: Boolean) Arguments provided did not match expected signature: publish --sonatypeCreds String (format: "username:password") - --gpgPassphrase String + --gpgPassphrase String (default null) + --gpgKeyName String (default null) + --signed Boolean (default true) --release Boolean ``` -- cgit v1.2.3