Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacheddy/helmzzy
Fuzzy search Helm releases using fzf
https://github.com/zacheddy/helmzzy
biohack fzf helm kubernetes
Last synced: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T04:33:27.000Z (about 6 years ago)
- Last Synced: 2024-10-21T06:00:37.124Z (2 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!
![https://asciinema.org/a/215012](https://i.imgur.com/h6nbTkv.gif)
### Delete Releases
Remove `whispering-frog` or `belching-goose` in record time!
![https://asciinema.org/a/215017](https://imgur.com/Lt1gqQx.gif)
## 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
```