cloudtail is a lightweight cloud-native command-line tool written in Golang that allows users to view or tail logs from Google Cloud Logging (similar to kubectl logs).
- Ensure you have Golang installed on your machine.
- Clone the repository
git clone https://github.com/auxence-m/cloudtail.git
- Navigate to the Project Directory
cd cloudtail
- Install Dependencies
go mod tidy
- Build the Application
go build
After building, you'll find the cloudtail executable (cloudtail.exe on Windows) in your project directory.
- Run the Application
cloudtail [command] --flag
Full documentation for cloudtail, including all available commands is available here
This project is licensed under the MIT License.