Class Main

java.lang.Object
ai.wanaku.cli.main.Main

public class Main extends Object
Main entry point for the Wanaku CLI application.

This class bootstraps the Quarkus-based command-line interface for managing the Wanaku router and its capabilities. The CLI provides commands for:

  • Managing tool and resource capabilities
  • Configuring namespaces and forwards
  • Monitoring service health and activity
  • Interacting with the Wanaku router API

The actual CLI command implementation is delegated to CliMain, which is executed within the Quarkus runtime environment.

See Also:
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      Application entry point.

      Initializes the Quarkus runtime and executes the CLI application.

      Parameters:
      args - command-line arguments passed to the application