kevinswiber / postmanctl

A command-line Interface to the Postman API.
Apache License 2.0
52 stars 6 forks source link

postmanctl get ws $workspace_id -o json does not return the environments as API does #9

Closed lolo58200 closed 4 years ago

lolo58200 commented 4 years ago

Hi Kevin, I found out this issue when trying to extend the script to find orphan collections to orphan environments. rgds Laurent

kevinswiber commented 4 years ago

Hey @lolo58200,

Thanks for reporting this! The fix has been released in v1.1.5. If you're using Homebrew, you can just brew upgrade postmanctl. Otherwise, you can download a new version here: https://github.com/kevinswiber/postmanctl/releases/tag/v1.1.5.

Thanks again!

lolo58200 commented 4 years ago

Hi Kevin, just checked it works fine thks again