https://github.com/sandipchitale/get-templates
https://github.com/sandipchitale/get-templates
helm-plugins
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sandipchitale/get-templates
- Owner: sandipchitale
- License: other
- Created: 2023-01-26T04:38:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T07:20:03.000Z (over 3 years ago)
- Last Synced: 2024-12-29T09:38:00.960Z (over 1 year ago)
- Topics: helm-plugins
- Language: TypeScript
- Homepage:
- Size: 27.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm plugin - get-templates
This ```helm``` plugin supports the following custom ```helm``` commands.
## Custom helm commands
```
helm get-templates [--code] RELEASENAME [--revision n] [--n NAMESPACENAME]
```
--code option specifies to use VSCode to show the templates.
## Building
```
npm install
npm run pkg
```
## Use it locally
- Add the ```dist/YOURPLATFORM/bin``` folder to your PATH variable.
- Confirm that ``kubectl``` is able to see the plugin by doing the following:
```
helm plugin list
```
- Invoke the plugin as shown above.
## Installation of the plugin
DOwnload and extract the archive for your platform, extract it, cd to that folder and then install it using:
```
helm plugin install .
```
You may have to run this command from administrator cmd window.