Class ShowVersion

java.lang.Object
org.graylog2.bootstrap.commands.ShowVersion
All Implemented Interfaces:
Runnable, CliCommand

@Command(name="version", description="Show the Graylog and JVM versions") public class ShowVersion extends Object implements CliCommand
  • Constructor Details

    • ShowVersion

      public ShowVersion()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable