Download Latest Version 0.56.0 source code.tar.gz (881.1 kB)
Email in envelope

Get an email when there's a new version of Azure Cost CLI

Home / 0.54.0
Name Modified Size InfoDownloads / Week
Parent folder
azure-cost-cli.0.54.0.nupkg 2026-04-11 6.2 MB
0.54.0 source code.tar.gz 2026-04-11 878.2 kB
0.54.0 source code.zip 2026-04-11 939.6 kB
README.md 2026-04-11 2.4 kB
Totals: 4 Items   8.0 MB 0

What's New in 0.54.0

This release adds six new features and improvements across the CLI:

✨ New Features

  • Untagged resource visibility (#294) — Resources without the requested tag(s) are now grouped under (untagged) in the costByTag command, making it easy to see what percentage of spend is properly tagged.

  • Cost threshold exit codes (#295) — New --fail-if-over <amount> option returns exit code 1 when costs exceed the specified threshold, enabling CI/CD cost gates and automated budget enforcement.

  • Top & sort for costByResource (#296) — New --top and --sort parameters on the costByResource command let you focus on the most expensive or most relevant resources.

  • Live time-period comparison (#298) — The diff command can now compare two time periods directly by fetching data live from the Azure Cost API using --source-from/--source-to, without needing to manually export JSON files first.

  • Budget spend tracking (#299) — The budgets command now shows actual spend, forecast amounts, and budget status alongside configuration — surfacing data the Azure API already provides.

🔧 Improvements

  • Complete formatter coverage (#297) — All output formatters (Text, CSV, JSON, Markdown) now fully implement every command output. Previously, WriteBudgets and WriteAccumulatedDiffCost were stubs that silently produced no output.

🛠️ Maintenance

  • Fixed flaky Jsonc test and CI coverage threshold configuration
  • All 242 tests passing across net8.0 and net10.0

What's Changed

Full Changelog: https://github.com/mivano/azure-cost-cli/compare/0.53.0...0.54.0

Source: README.md, updated 2026-04-11