Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finleap-connect/monoctl
monoctl is the cli for Monoskope
https://github.com/finleap-connect/monoctl
cli client kubernetes monoskope operation
Last synced: 1 day ago
JSON representation
monoctl is the cli for Monoskope
- Host: GitHub
- URL: https://github.com/finleap-connect/monoctl
- Owner: finleap-connect
- License: apache-2.0
- Created: 2021-10-13T22:42:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T23:58:45.000Z (over 1 year ago)
- Last Synced: 2024-07-06T00:28:23.989Z (7 months ago)
- Topics: cli, client, kubernetes, monoskope, operation
- Language: Go
- Homepage: https://monoskope.io
- Size: 1.61 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# `monoctl`
[![Build status](https://github.com/finleap-connect/monoctl/actions/workflows/golang.yaml/badge.svg)](https://github.com/finleap-connect/monoctl/actions/workflows/golang.yaml)
[![Coverage Status](https://coveralls.io/repos/github/finleap-connect/monoctl/badge.svg?branch=main)](https://coveralls.io/github/finleap-connect/monoctl?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/finleap-connect/monoctl)](https://goreportcard.com/report/github.com/finleap-connect/monoctl)
[![Go Reference](https://pkg.go.dev/badge/github.com/finleap-connect/monoctl.svg)](https://pkg.go.dev/github.com/finleap-connect/monoctl)
[![GitHub release](https://img.shields.io/github/release/finleap-connect/monoctl.svg)](https://github.com/finleap-connect/monoctl/releases)![monoctl logo](logo/monoctl.png)
`monoctl` implements the cli for Monoskope.
## Documentation
### Getting started
* Build executable with: `make go-build-monoctl`. This will build an executable with your architecture. Rename the one for your system to `monoctl`
* Set up configuration: `./monoctl config init -u api.monoskope.your.domain:443``monoctl` also uses the keyring integration with the [`zalando/go-keyring`](https://github.com/zalando/go-keyring) library. When starting `monoctl` this may result in a dialog box appearing, that requests your password.
### General
* Docs on the almighty [Makefile](docs/Makefile.md)