akamai / cli-api-gateway

Apache License 2.0
4 stars 5 forks source link

Column consistency PRIVATE/VISIBILITY #1

Open javiergarza opened 6 years ago

javiergarza commented 6 years ago

the command: akamai api-gateway list-resources returns a table with the last column being PRIVATE which shows if the resource is private (true/false)

The command akamai api-gateway privacy-add returns a table with the last column being VISIBILITY which shows the resource visibility as public/private

Would it make sense to consolidate the columns so we just show VISIBILITY=public/private for all calls?