https://github.com/zacheddy/helmzzy
Fuzzy search Helm releases using fzf
https://github.com/zacheddy/helmzzy
biohack fzf helm kubernetes
Last synced: 4 months ago
JSON representation
Fuzzy search Helm releases using fzf
- Host: GitHub
- URL: https://github.com/zacheddy/helmzzy
- Owner: ZachEddy
- Created: 2018-12-03T03:53:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T04:33:27.000Z (over 6 years ago)
- Last Synced: 2025-01-27T10:43:31.210Z (6 months ago)
- Topics: biohack, fzf, helm, kubernetes
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helmzzy
Helmzzy is a simple command-line tool that makes it easier to manage Helm releases by providing fuzzy completion for frequently-used `helm` commands.
## Usage ⛵
### Rollback Releases
Revert to an earlier release _nanoseconds_ faster!

### Delete Releases
Remove `whispering-frog` or `belching-goose` in record time!

## Prerequisites
You'll need the following tools before you set sail.
- [Go](https://golang.org/doc/install#download)
- [fzf](https://github.com/junegunn/fzf#installation)## Installing
Use `go get` to install the `helmzzy` binary locally.
```sh
$ go get github.com/ZachEddy/helmzzy
```Next, verify that `helmzzy` was set up correctly installed.
```sh
$ helmzzy
```