Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.39 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.39 KB

monoctl

Build status Coverage Status Go Report Card Go Reference GitHub release

monoctl logo

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 library. When starting monoctl this may result in a dialog box appearing, that requests your password.

General