Go CLI for HP OO actions
- HP OO 10.x Central installed and running
- Go set up
- go get -u -t -v github.com/dorsha/go2oo
(or download as .zip / .tar.gz) - go build (from the root directory)
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