https://github.com/controlplane-com/choco-cpln-k8s-cost-analyzer
https://github.com/controlplane-com/choco-cpln-k8s-cost-analyzer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/controlplane-com/choco-cpln-k8s-cost-analyzer
- Owner: controlplane-com
- Created: 2023-07-10T14:09:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T22:33:28.000Z (about 2 years ago)
- Last Synced: 2024-12-30T07:42:28.053Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chocolatey - Control Plane K8s Cost Analyzer
This repository contains the packaging details for the [K8s Cost Analyzer](https://github.com/controlplane-com/k8s-cost-analyzer) that is hosted on [Chocolatey](https://chocolatey.org).
## Installation Prerequisites
* Make sure you are running on a Windows machine.
* Make sure that Chocolatey is installed on the target machine. Visit [this](https://chocolatey.org/install) page for installation instructions.
## Install through Chocolatey
```powershell
choco install cpln-k8s-cost-analyzer
```
## Install through the repository code
Clone this repository. Then navigate to the repository directory on your machine and execute the following command:
```powershell
choco pack; choco install cpln-k8s-cost-analyzer --source "'.;https://community.chocolatey.org/api/v2/'"
```
## Uninstall the package
```powershell
choco uninstall cpln-k8s-cost-analyzer
```
## Developer Commands
Verify the integrity of the executable
```powershell
checksum -t sha256 cpln-k8s-cost-analyzer.exe
```
Push the package to chocolatey
```powershell
choco pack; choco push cpln-k8s-cost-analyzer.VERSION.nupkg --source "'https://push.chocolatey.org/'"
```