diff --git a/scripts/cost-estimation/render_costs.py b/scripts/cost-estimation/render_costs.py index 4ee2bb0d7..a230dd490 100644 --- a/scripts/cost-estimation/render_costs.py +++ b/scripts/cost-estimation/render_costs.py @@ -48,6 +48,8 @@ def main(): usage = read_usage_from_stdin() cost_per_flavor_env = calculate_costs(usage) + cost_per_flavor_env.sort(key=lambda x: x["flavor"]) + print("```") print(tabulate( cost_per_flavor_env,