Class StateCommand

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

public class StateCommand extends Object implements Callable<Integer>
Configures state backend settings for infrastructure state storage. State configuration is stored in ~/.kite/config.yml per project and environment.
  • Constructor Details

    • StateCommand

      public StateCommand()
  • Method Details