CloudDeploymentsShowCommand constructor

CloudDeploymentsShowCommand({
  1. required CommandLogger logger,
})

Implementation

CloudDeploymentsShowCommand({required super.logger})
    : super(options: DeploymentsShowOption.values);