Interface WanakuCliConfig

All Superinterfaces:
WanakuConfig

@ConfigMapping(prefix="wanaku.cli") public interface WanakuCliConfig extends WanakuConfig
  • Method Details

    • tool

    • resource

    • earlyAccessTag

      @WithDefault("early-access") String earlyAccessTag()
    • defaultServices

      List<String> defaultServices()
    • components

      Map<String,String> components()
      Returns a map of components that can be used in the getting started
      Returns:
      A map of component
    • initialGrpcPort

      @WithDefault("9000") int initialGrpcPort()
      Every service needs its own gRPC port. The CLI increases it automatically starting from this port number
      Returns: