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
When adding --json for JSON formatted output, the akamai.StartSpinner() outputs text that is not valid JSON.
This greatly diminishes the ability for other scripts and programs to leverage native JSON output without first storing it as a flat file with --output or having some additional parsing.
When adding
--json
for JSON formatted output, the akamai.StartSpinner() outputs text that is not valid JSON.This greatly diminishes the ability for other scripts and programs to leverage native JSON output without first storing it as a flat file with
--output
or having some additional parsing.Example:
It would be nice to have a global flag or config option to supress the functions defined in: https://github.com/akamai/cli-common-golang/blob/master/spinner.go
The text was updated successfully, but these errors were encountered: