Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamreese/helm-last
Helm plugin to show the latest release
https://github.com/adamreese/helm-last
helm helm-plugin
Last synced: 8 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T12:55:17.000Z (over 6 years ago)
- Last Synced: 2024-12-06T00:41:45.831Z (2 months ago)
- Topics: helm, helm-plugin
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 12
- Watchers: 3
- 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
```