18 lines
200 B
Markdown
18 lines
200 B
Markdown
# LibHelm
|
|
|
|
A helm abstraction for Portainer.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
go get github.com/portainer/portainer/pkg/libhelm
|
|
```
|
|
|
|
## Tests
|
|
|
|
### Integration
|
|
|
|
```sh
|
|
INTEGRATION_TEST=1 go test binary/*.go
|
|
```
|