An open API service indexing awesome lists of open source software.

https://github.com/acalephstorage/ipmee

A handy CLI and API to manage server power state with IPMI
https://github.com/acalephstorage/ipmee

Last synced: 10 months ago
JSON representation

A handy CLI and API to manage server power state with IPMI

Awesome Lists containing this project

README

          

ipmee
=====

A handy CLI and API to manage server power state with IPMI (API for now)

## Building

```
$ git submodule update
$ export GO15VENDOREXPERIMENT=1
$ go build .
```

## Running

```
$ ipmee -config /path/to/config.json
```

## Notes

Still WIP. Lots of stuff todo.