This PR introduces a new --output-json flag for the RunAppsGetLogs function in the DigitalOcean CLI (doctl). When this flag is used, the logs are outputted in JSON format without the service name and timestamp prefix.
Changes Made
Added --output-json flag to the RunAppsGetLogs function.
Modified the log processing logic to remove the service name and timestamp prefix when the --output-json flag is used.
Summary
This PR introduces a new --output-json flag for the RunAppsGetLogs function in the DigitalOcean CLI (doctl). When this flag is used, the logs are outputted in JSON format without the service name and timestamp prefix.
Changes Made
Closes #1536