martindstone / pagerduty-cli

A command line interface for PagerDuty
MIT License
91 stars 13 forks source link

Listing Services that have auto_pause_notifications_parameters enabled #31

Closed BillSidney closed 2 years ago

BillSidney commented 2 years ago

Want to get a list of services that have auto_pause_notifications_parameters enabled.

Had expected service:list would do this.

   $ pd service:list -k=auto_pause_notifications_parameters.enabled   
martindstone commented 2 years ago

Hi, this will work in v0.1.5 now released as an RC, pd update rc to try it, pd update stable to switch back to 0.1.4... can you give it a try and let me know if it's resolved for you? Thanks

BillSidney commented 2 years ago

OUTSTANDING - That works Thank You!