marmelab / greenframe-cli

Estimate the carbon footprint of a user scenario on a web application
https://greenframe.io
Other
220 stars 9 forks source link

Retrieve much more details than the estimated footprint from greenframe-cli #53

Closed dennewbie closed 11 months ago

dennewbie commented 12 months ago

Hi there,

I was just wondering if currently there is a way to retrieve the details provided by the GreenFrame online report at https://app.greenframe.io/YOUR_ANALYSIS_ID, directly from the results of the following command:

GREENFRAME_SECRET_TOKEN=your-token-here greenframe analyze https://marmelab.com

Can anyone of the dev just confirm that in this moment this kind of functionality is not available?

With advanced metrics/details, I'm referring to this data: image

Thank you in advance.

fzaninotto commented 11 months ago

You're right, the CLI currently doesn't output these details. It only sends them to the greenframe.io service when you provide a token.

This is for legacy reasons - the CLI was designed to work with the greenframe.io service before it was open-sourced. In the future, we'd like to expose a more detailed report directly in the CLI, and to offer the ability to output a structured report in JSON.

If you feel like working on it, feel free to submit a PR!