mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 18:59:41 +02:00
18 lines
204 B
Markdown
18 lines
204 B
Markdown
|
# LibHelm
|
||
|
|
||
|
A helm abstraction for Portainer.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```sh
|
||
|
go get github.com/portainer/portainer/api/pkg/libhelm
|
||
|
```
|
||
|
|
||
|
## Tests
|
||
|
|
||
|
### Integration
|
||
|
|
||
|
```sh
|
||
|
INTEGRATION_TEST=1 go test binary/*.go
|
||
|
```
|