KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
goRP
★ 8
Open GitHub ↗
Golang Client and CLI Utility for ReportPortal
Download README (.md)
Explore Similar Repositories
jvscript.fr
:
Le site regroupant les scripts JVC
cuckoo-api
:
PHP wrapper for Cuckoo Sandbox API.
cqrs-grid-demo
:
Microservices, CQRS and MongoDB with DevExtreme grid widgets
cakephp2-postgres-no-meta
:
A CakePHP2 Postgres database driver without getColumnMeta() support
rxbus
:
Event bus framework supports sticky events and subscribers' priority based on RxJava 2.x
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
goRP
?
Download (.md)
# [DEPRECATION NOTICE] The project has been forked to the official ReportPortal's ogranization and maintained [there](https://github.com/reportportal/goRP)  [](https://raw.githubusercontent.com/avarabyeu/goRP/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 command GLOBAL 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] ```