https://github.com/adamreese/helm-last
Helm plugin to show the latest release
https://github.com/adamreese/helm-last
helm helm-plugin
Last synced: about 1 year ago
JSON representation
Helm plugin to show the latest release
- Host: GitHub
- URL: https://github.com/adamreese/helm-last
- Owner: adamreese
- License: mit
- Created: 2017-03-27T18:20:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T12:55:17.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T09:17:47.719Z (about 1 year ago)
- Topics: helm, helm-plugin
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# helm last plugin
Get the last release name
```
$ helm get $(helm last)
```
## Install
```
$ helm plugin install https://github.com/adamreese/helm-last
Installed plugin: last
```