docs: add cost report documentation for FinOps use cases#591
Merged
joshrotenberg merged 2 commits intomainfrom Jan 23, 2026
Merged
docs: add cost report documentation for FinOps use cases#591joshrotenberg merged 2 commits intomainfrom
joshrotenberg merged 2 commits intomainfrom
Conversation
Adds comprehensive documentation for the cost-report command: - Command reference page (cloud/commands/cost-report.md): - Generate and download commands with all options - FOCUS format explanation with key columns - Practical workflows for monthly reports and team allocation - Troubleshooting section - Cookbook entry (cookbook/cloud/cost-reports.md): - Step-by-step guides for non-technical users - JMESPath recipes for JSON analysis (sum, filter, top-N, group-by) - Automation scripts for monthly reports and team chargeback - Integration guidance for spreadsheets and FinOps tools Closes #588
…ples - Fix response.resourceId -> response.resource.costReportId - Add working group_by + items pattern for aggregations - Add examples for aggregating by ResourceName, RegionName, ChargeCategory - Update all scripts with correct path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive documentation for the
redisctl cloud cost-reportcommands, targeting FinOps teams and finance analysts.Changes
Command Reference (
cloud/commands/cost-report.md)generateanddownloadcommandsCookbook Entry (
cookbook/cloud/cost-reports.md)Why FOCUS + JMESPath?
FOCUS is the FinOps industry standard for billing data. Combined with our JMESPath support, users can do powerful cost analysis directly in the CLI without needing external tools:
Closes #588