https://github.com/avarabyeu/gorp
Golang Client and CLI Utility for ReportPortal
https://github.com/avarabyeu/gorp
go golang reportportal rp
Last synced: 4 months ago
JSON representation
Golang Client and CLI Utility for ReportPortal
- Host: GitHub
- URL: https://github.com/avarabyeu/gorp
- Owner: avarabyeu
- License: mit
- Created: 2017-01-09T08:54:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T16:39:39.000Z (4 months ago)
- Last Synced: 2025-06-22T19:06:34.232Z (4 months ago)
- Topics: go, golang, reportportal, rp
- Language: Go
- Homepage:
- Size: 1.37 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://raw.githubusercontent.com/eBay/fabio/master/LICENSE)
[](https://goreportcard.com/report/github.com/avarabyeu/goRP)# goRP
Golang Client and CLI Utility for [ReportPortal](https://reportportal.io)## Installation
## Usage
```
gorp [global options] command [command options] [arguments...]COMMANDS:
launch Operations over launches
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
-u value, --uuid value Access Token [$GORP_UUID]
-p value, --project value ReportPortal Project Name [$GORP_PROJECT]
--host value ReportPortal Server Name
--help, -h show help
--version, -v print the version
```### Launch command
```
USAGE:
goRP launch command [command options] [arguments...]COMMANDS:
list List launches
```#### List Launches
```
USAGE:
goRP launch list [command options] [arguments...]OPTIONS:
--fn value, --filter-name value Filter Name [$FILTER_NAME]
-f value, --filter value Filter [$Filter]
```