An open API service indexing awesome lists of open source software.

https://github.com/cozystack/cozyhr

Cozy wrapper around Helm and Flux CD for local development
https://github.com/cozystack/cozyhr

Last synced: 29 days ago
JSON representation

Cozy wrapper around Helm and Flux CD for local development

Awesome Lists containing this project

README

          

# cozyhr

> **Note:** This project was formerly known as `cozypkg`.

Cozy wrapper around Helm and Flux CD for local development

## Usage

**cozyhr** assumes that you run it from the local directory that contains your Helm chart.
All relative paths and operations are resolved against this working directory.

```
Cozy wrapper around Helm and Flux CD for local development

Usage:
cozyhr [command]

Available Commands:
apply Upgrade or install HelmRelease and sync status
completion Generate the autocompletion script for the specified shell
delete Uninstall the Helm release
diff Show a diff between live and desired manifests
get Get one or many HelmReleases
help Help about any command
list List HelmReleases
reconcile Trigger HelmRelease reconciliation (optionally its HelmChart)
resume Resume Flux HelmRelease
show Render manifests like helm template
suspend Suspend Flux HelmRelease
version Print version

Flags:
-h, --help help for cozyhr
--kubeconfig string Path to kubeconfig
-n, --namespace string Kubernetes namespace (defaults to the current context)
-v, --version version for cozyhr

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

## Installation

Download binary from Github [releases page](https://github.com/cozystack/cozyhr/releases/latest)

Or use simple script to install it:
```bash
curl -sSL https://github.com/cozystack/cozyhr/raw/refs/heads/main/hack/install.sh | sh -s
```