Skip to content

Commit

Permalink
cli and new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Feb 18, 2022
1 parent 0c32968 commit 775338d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Google Cloud Platform Pricing and Cost Calculator

Calculate estimated monthly costs of Google Cloud Platform products and resources.
Optimized for DevOps, architects and engineers to quickly see a cost breakdown and compare different options upfront.
Mapping of resource usage is done in easy to learn YAML files.
Price information is read from a local file.
Optimized for DevOps, architects and engineers to quickly see a cost breakdown and compare different options upfront:

* Mapping of resource usage is done in easy to learn **YAML** usage files
* Price information is read from a local file
* Calculation is done via `gcosts` **Linux command line (CLI)** program
* Calculated costs are saved in **CSV** files

Full control and no disclosure of any information and costs to third parties.
Everything tested and matched against the actual invoice in large Google Cloud migration projects.

![Screenshot: Cloud Shell with gcosts](img/cloud_shell-gcosts.png)
![Screenshot: YAML usage file, gcosts and CSV costs file](img/gcosts-usage-costs.jpg?v1)

## 鈽侊笍 Supported resources

Expand Down Expand Up @@ -71,7 +75,7 @@ To get started, please click the following button:

### 1. Get `gcosts` program

[Download](https://github.com/Cyclenerd/google-cloud-pricing-cost-calculator/releases/latest) the executable `gcosts` program.
[Download](https://github.com/Cyclenerd/google-cloud-pricing-cost-calculator/releases/latest) the executable `gcosts` Linux CLI program.

Linux (x86_64) / Cloud Shell:
<!-- https://github.com/Cyclenerd/google-cloud-pricing-cost-calculator/releases/latest/download/gcosts -->
Expand Down Expand Up @@ -108,7 +112,7 @@ instances:
data: 75
```

Run the program:
Run the CLI program:
```shell
./gcosts
```
Expand Down Expand Up @@ -175,7 +179,7 @@ cpanm --installdeps .

### Packager

Create the standalone executables `gcosts` program.
Create the standalone executables `gcosts` CLI program.

Requirement:
```shell
Expand Down
2 changes: 1 addition & 1 deletion cloud-shell-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Click the **Start** button to move to the next step.

## Get `gcosts` program

Download the executable `gcosts` program and save it to your home folder:
Download the executable `gcosts` Linux CLI program and save it to your home folder:
```bash
curl -L "https://bit.ly/gcosts" \
-o ~/gcosts
Expand Down
Binary file removed img/cloud_shell-gcosts.png
Binary file not shown.
Binary file added img/gcosts-usage-costs.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 775338d

Please sign in to comment.