Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bzon/adop-ctl
https://github.com/bzon/adop-ctl
devops gitlab gitlab-api go golang
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bzon/adop-ctl
- Owner: bzon
- License: apache-2.0
- Created: 2018-03-26T11:48:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:03:11.000Z (over 6 years ago)
- Last Synced: 2024-06-20T11:58:02.914Z (6 months ago)
- Topics: devops, gitlab, gitlab-api, go, golang
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADOP Control
A tool used for controlling your ADOP platform via command line. The binary is cross-platform compatible.
## Development
Get depedencies `go get -v ./...`
Test with `go test -v ./... -race`.