Class NewCommand

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

public class NewCommand extends Object implements Callable<Integer>
Create a new Kite project with the standard multi-cloud structure. Interactive mode is the default - use -y to skip prompts.
  • Constructor Details

    • NewCommand

      public NewCommand()
  • Method Details