/pui

Primary LanguageGoMIT LicenseMIT

pui

Build Status

Description

A Command Line tool for interacting with proNX Service Manager REST APIs

Usage

  $ pui [global options] command [command options] [arguments...]

Install

To install, use go get:

$ go get -d github.com/btisystems/pui

Contribution

  1. Fork (https://github.com/btisystems/pui/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

Author

Damian ONeill