All Implemented Interfaces:
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 Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Prints effective runtime configuration values with secrets redacted.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
ShowConfigCommand
public ShowConfigCommand ()
Method Details
call
Prints effective runtime configuration values with secrets redacted.
Specified by:
call in interface Callable <Integer >
Returns:
exit code (0 success, 10 unexpected failure)