final ConfigurationOptions options;
final PlatformLayerClient platformLayer;
public PlatformLayerCliContext(PlatformLayerCommandRegistry commandRegistry, ConfigurationOptions options)
throws IOException, OpsException {
super(commandRegistry, new PlatformLayerFormatterRegistry());
this.options = options;
this.platformLayer = options.buildPlatformLayerClient();
}