Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 666 Bytes

Go to OO

Go CLI for HP OO actions

Build Status

Prerequisite

  • HP OO 10.x Central installed and running
  • Go set up

Install

  • go get -u -t -v github.com/dorsha/go2oo
    (or download as .zip / .tar.gz)
  • go build (from the root directory)

Usage

go2oo.exe --help

Show deployed content packs example
go2oo.exe --url https://localhost:8443/oo --action show-content-packs

With authentication enabled in Central:
go2oo.exe --url https://localhost:8443/oo --action show-content-packs --user <user> --password <password>

CSRF supported