We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.platform.sh/development/regions.html#environmental-impact https://docs.upsun.com/development/regions.html#environmental-impact
from:
platform api:curl regions | jq -r '.regions[] | select(.available) | .label + ": " + .environmental_impact.carbon_intensity'
to
platform api:curl regions | jq -r '.regions[] | select(.available) | "\(.label): \(.environmental_impact.carbon_intensity)"'
we might consider mentioning we're using jq's string interpolation https://jqlang.github.io/jq/manual/#string-interpolation
jq
The text was updated successfully, but these errors were encountered:
gilzow
Successfully merging a pull request may close this issue.
Where on docs.platform.sh should be changed?
https://docs.platform.sh/development/regions.html#environmental-impact
https://docs.upsun.com/development/regions.html#environmental-impact
What exactly should be updated?
from:
to
Additional context
we might consider mentioning we're using
jq
's string interpolation https://jqlang.github.io/jq/manual/#string-interpolationThe text was updated successfully, but these errors were encountered: