Skip to content

controlplane-com/choco-cpln-k8s-cost-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chocolatey - Control Plane K8s Cost Analyzer

This repository contains the packaging details for the K8s Cost Analyzer that is hosted on Chocolatey.

Installation Prerequisites

  • Make sure you are running on a Windows machine.
  • Make sure that Chocolatey is installed on the target machine. Visit this page for installation instructions.

Install through Chocolatey

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:

choco pack; choco install cpln-k8s-cost-analyzer --source "'.;https://community.chocolatey.org/api/v2/'"

Uninstall the package

choco uninstall cpln-k8s-cost-analyzer

Developer Commands

Verify the integrity of the executable

checksum -t sha256 cpln-k8s-cost-analyzer.exe

Push the package to chocolatey

choco pack; choco push cpln-k8s-cost-analyzer.VERSION.nupkg --source "'https://push.chocolatey.org/'"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published