[java-identity-provider] 04/04: IDP-1854 Add a discovery option to the plugin command

Rod Widdowson rdw at steadingsoftware.com
Sun Aug 29 15:08:34 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c8202164d6a21909d053231eddedf559e49c1d75

commit c8202164d6a21909d053231eddedf559e49c1d75
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 29 16:06:23 2021 +0100

    IDP-1854 Add a discovery option to the plugin command
    
    https://shibboleth.atlassian.net/browse/IDP-1854
    
    Add --help text
---
 .../shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
index 6df200443..408ccc44a 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
@@ -379,8 +379,11 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
         out.println();
         out.println(String.format("  %-22s %s", "-l, --list", "Brief Information of all installed plugins"));
         out.println(String.format("  %-22s %s", "-fl, --full-list", "Full details of all installed plugins"));
+        out.println(String.format("  %-22s %s", "-L, --list-available", "List plugins available to download."));
         out.println(String.format("  %-22s %s", "-cl, --contents-list", "Details of what was installed"));
         out.println(String.format("  %-22s %s", "-i, --input <what>", "Install (file name or web address)"));
+        out.println(String.format("  %-22s %s", "-I, ----install-ID <what>",
+                "Install PluginID (must be available at download URL"));
         out.println(String.format("  %-22s %s", "--noCheck", "Do not check the version"));
         out.println(String.format("  %-22s %s", "-u, --update <PluginId>", "update"));
         out.println(String.format("  %-22s %s", "--noRebuild", "do NOT rebuild war"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list