connorcarnes / pwshCloudflare

MIT License
2 stars 1 forks source link

Explore if/when name and id parameters should accept multiple inputs #18

Open connorcarnes opened 7 months ago

connorcarnes commented 7 months ago

Get-CFAccount accepts a single name or id e.g. Get-CFAccount -Name 'accountName'. I know we can write the functions to handle multiple inputs e.g. Get-CFAccount -Name 'accountName1', 'accountName2' but I was getting side tracked wondering how I'd go about it. Specifically I was wondering if query params allow wildcards or multiple inputs