You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the Cloudlets CLI support for JSON output is inconsistently implemented e.g. when trying to get the versions list for an ALB as JSON, the output is in table format and not JSON, although the json flag was specified and accepted by the command:
akamai cloudlets alb-origin --lb myalb --json
JSON output is only generated when a version number is provided.
Expected behaviour:
The CLI shall consistently support JSON output for all commands.
akamai/cli version: 2.0.0
akamai/cli-cloudlets version: 1.2.0
OS: darwin arm_64
The text was updated successfully, but these errors were encountered:
H @sseifert-akamai thank you for reporting the issue. I could replicate.
Do you have access to help verify the change from the branch GH33-alb-origin-json?
Hi, the Cloudlets CLI support for JSON output is inconsistently implemented e.g. when trying to get the versions list for an ALB as JSON, the output is in table format and not JSON, although the json flag was specified and accepted by the command:
akamai cloudlets alb-origin --lb myalb --json
JSON output is only generated when a version number is provided.
Expected behaviour:
akamai/cli version: 2.0.0
akamai/cli-cloudlets version: 1.2.0
OS: darwin arm_64
The text was updated successfully, but these errors were encountered: