Description
With the upgrade of dnsimple-go to v8.2.0 (#5), the Go client now includes trustee service fields across several structs. The CLI commands need to be updated to surface these new fields in their output and input options.
Reference: dnsimple/dnsimple-go@5e2821c
Expected Behavior or Outcome
domains get and domains list display the TrusteeService (bool) field from the Domain struct
tlds get and tlds list display the TrusteeServiceEnabled and TrusteeServiceRequired (bool) fields from the Tld struct
registrar prices displays the TrusteeServicePrice (*float64) field from the DomainPrice struct (when present)
registrar register accepts a --trustee-service flag to set the TrusteeService (*bool) field on RegisterDomainInput
registrar register output displays the TrusteeService (bool) field from the DomainRegistration struct
Resources/References
Description
With the upgrade of
dnsimple-goto v8.2.0 (#5), the Go client now includes trustee service fields across several structs. The CLI commands need to be updated to surface these new fields in their output and input options.Reference: dnsimple/dnsimple-go@5e2821c
Expected Behavior or Outcome
domains getanddomains listdisplay theTrusteeService(bool) field from theDomainstructtlds getandtlds listdisplay theTrusteeServiceEnabledandTrusteeServiceRequired(bool) fields from theTldstructregistrar pricesdisplays theTrusteeServicePrice(*float64) field from theDomainPricestruct (when present)registrar registeraccepts a--trustee-serviceflag to set theTrusteeService(*bool) field onRegisterDomainInputregistrar registeroutput displays theTrusteeService(bool) field from theDomainRegistrationstructResources/References