Class OutputCommand

java.lang.Object
cloud.kitelang.cli.commands.OutputCommand
All Implemented Interfaces:
Callable<Integer>

public class OutputCommand extends Object implements Callable<Integer>
Displays output values from deployed infrastructure. Outputs are values exported from components and stacks (e.g., URLs, ARNs, IPs).
  • Constructor Details

    • OutputCommand

      public OutputCommand()
  • Method Details