Package ai.wanaku.cli.main
Class Main
java.lang.Object
ai.wanaku.cli.main.Main
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Application entry point.Initializes the Quarkus runtime and executes the CLI application.
- Parameters:
args- command-line arguments passed to the application
-