Class RunCommand

java.lang.Object
com.tbg.wms.cli.commands.RunCommand
All Implemented Interfaces:
Callable<Integer>

public final class RunCommand extends Object implements Callable<Integer>
Generates pallet labels from WMS data for a single shipment or a carrier move.

Exactly one identifier mode is required per invocation: --shipment-id or --carrier-move-id.

  • Constructor Details

    • RunCommand

      public RunCommand()
  • Method Details

    • call

      public Integer call()
      Executes shipment/carrier print workflow for CLI mode.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      exit code (0 success, non-zero failure category)