sumocli
A CLI application that lets you manage/automate your Sumo Logic tenancy.
Installation
Recommended
Download the binary for your platform from the Releases page.
Build Yourself
You can build the sumocli application for your platform by performing the following steps:
Clone the sumocli repo
git clone https://github.com/wizedkyle/sumocli
The repo is using Go modules so you can run go build:
go build