akamai / cli-firewall

Provides a way to interact with Firewall Rules and Site Shield related information via Open APIs.
Apache License 2.0
15 stars 9 forks source link

[SiteShield] Invalid JSON output #14

Closed adedommelin-ducksify closed 4 years ago

adedommelin-ducksify commented 4 years ago

When using --json, output contains garbage, preventing proper output parsing.

aetsai commented 4 years ago

You could do akamai ss list-cidrs --map-id <> --json > file.json that would not output that non-json description, but your pull request looks fine. Thanks