- Added Windows powershell script to get public egress IPs. Powershell usage available here
- Added better handling for unauthorized messages from API.
- Found the pesky stdout formatting bug and squashed it.
- added
--outputEdlFile
argument to send IP's only directly to file.
- added
--allLoopbackIPAddresses
to show the loopback IP addresses of your environment.
- Added
--apiKey
argument to allow the API key to be passed via stdin. See README.md for usage.
- Added some better error handling in case a json object is not returned.
- Rewriting code to align with best practices.
- Added
--environment
argument to help querying between different environments. By default it queries the prod environment.
- Added better handling for URL requests
- Fixed bug with Prisma Access API Prod URL
- Fixed issue relating to csv argument.
- Added ability to query API to get IP addresses from Prisma Access.
- Added API key management arguments.