monoctl
implements the cli for Monoskope.
- Build executable with:
make go-build-monoctl
. This will build an executable with your architecture. Rename the one for your system tomonoctl
- 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.
- Docs on the almighty Makefile