Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.13 KB

Build Status

HarrayP

HarrayP is a cli tool for managing HP P2000 arrays

Installation

Download latest binary from Releases

Usage

Usage:
  harrayp [command]

Available Commands:
  get         A brief description of your command
  help        Help about any command

Flags:
      --config string   config file (default is $HOME/.harrayp.yaml)
  -h, --help            help for harrayp

Use "harrayp [command] --help" for more information about a command.

Configuration

Example config file with array login details:

url: "http://XXX"
login: "user"
password: "password"

Configuration file default location is $HOME/.harrayp.yaml

It can be overwritten with --config flag

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT