Class UpgradeCommand

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

public class UpgradeCommand extends Object implements Callable<Integer>
Upgrade Kite CLI to the latest or specified version.

This command automatically detects the installation method (JBang or install script) and uses the appropriate upgrade mechanism.

  • Constructor Details

    • UpgradeCommand

      public UpgradeCommand()
  • Method Details