https://github.com/bzon/adop-ctl
https://github.com/bzon/adop-ctl
devops gitlab gitlab-api go golang
Last synced: about 2 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:03:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T10:31:12.451Z (11 months ago)
- Topics: devops, gitlab, gitlab-api, go, golang
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- 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`.