Javier Garza
Javier Garza
Workaround: you can use the shell pipe to redirect the terminal input to HTTPie like this: $ cat akamaideveloper.net.zone | http --verbose -A edgegrid -a devrel-all: POST :/config-dns/v2/zones/akamaideveloper.net/zone-file Content-Type:text/dns
Hi Shane, thanks for reporting the issue. I have transferred it to the right repo that handles the code for the pm CLI package. @ellenbluth seems there is an inconsistency...
@akamai/cli-property-manager not sure if it is worth opening a new issue, but apart from fixing the documentation it would be great if the property-manager CLI would use the credentials in...
@zstlaw, @lukaszczerpak asked to have this issue re-opened (I will let him comment on that)
Yes, this was on my mind too. I definitely support the idea of adding bash, jq and HTTPie/egcurl to most of the CLI images so they can be leveraged by...
I am getting the same errors. I believe the problem is the JSON returned is returned in chunks and the UrlFetchApp.fetch function may just "think" its done after receiving the...
I did some debugging (added the Logger line below) and I can confirm in the logs the JSON body is truncated at around 8KB (no idea why) var response =...