Class Forwards

java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.forwards.Forwards
All Implemented Interfaces:
Callable<Integer>

public class Forwards extends BaseCommand
Parent command for managing port forwarding configurations in the Wanaku platform.

This command provides access to forward management operations including:

  • Adding new port forwarding rules
  • Listing existing forwards
  • Removing forwards

Forwards enable network connectivity between AI agents and external services by creating port forwarding rules for containerized workloads.