Class ShowConfigCommand

java.lang.Object
com.tbg.wms.cli.commands.ShowConfigCommand
All Implemented Interfaces:
Callable<Integer>

public final class ShowConfigCommand extends Object implements Callable<Integer>
Displays the resolved runtime configuration with secrets redacted. Useful for troubleshooting configuration precedence and verifying settings without exposing sensitive values in logs.
  • Constructor Details

    • ShowConfigCommand

      public ShowConfigCommand()
  • Method Details

    • call

      public Integer call()
      Prints effective runtime configuration values with secrets redacted.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      exit code (0 success, 10 unexpected failure)