Skip to content

Go cli to check Cloud services (Azure for now) prices on the fly

License

Notifications You must be signed in to change notification settings

Simplifi-ED/cloudcost

Repository files navigation

azureprice

build workflow

cloudcost is a Go CLI that retrieves pricing information for Azure services using the Azure pricing API.

Dark Theme Light Theme
Cloud cost Demo dark themed terminal Cloud cost Demo light themeed terminal

Features

  • Retrieves pricing info for Azure services
  • Outputs pricing in easy-to-read tables
  • Built using lipgloss for beautiful terminal output
  • Ability to calculate the monthly cost of running a service or it's pricing depending on Bandwidth and Region.

Installation

brew install muandane/tap/cloudcost

Or build from source:

git clone https://github.com/muandane/cloudcost
cd cloudcost
go build -o cloudcost ./src/cmd  

Usage

cloudcost is a Go CLI that retrieves pricing information for Azure services using the Azure pricing API.

Usage:
  cloudcost [command]

Available Commands:
  azure       Main command for Azure resource management.
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  version     Display application version information.

Flags:
  -h, --help   help for cloudcost

Use "cloudcost [command] --help" for more information about a command.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache 2.0 license

About

Go cli to check Cloud services (Azure for now) prices on the fly

Resources

License

Stars

Watchers

Forks

Packages

No packages published