gob 0.5.1 Released - New logs command & shorter job IDs #2
juanibiapina
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
gob 0.5.1 Released 🎉
This release brings a powerful new
logscommand for real-time process monitoring, along with improved job IDs and better output formatting.Highlights
🔍 New
logsCommandFollow combined stdout and stderr output from all jobs in real-time:
🆔 Shorter Job IDs
Job IDs changed from 19-digit timestamps to compact 7-character base62-encoded IDs (e.g.,
V3x0QqI), making them easier to type and read.📋 Simplified Overview
The default
goboutput is now a concise reference card showing available commands.Breaking Changes
logscommand no longer accepts a job ID argument - it now follows all jobs in the current directoryInstallation
Download from the release page or build from source:
git clone https://github.com/juanibiapina/gob.git cd gob make buildFull Changelog
See the CHANGELOG for all details.
Feedback and contributions welcome! 🙌
Beta Was this translation helpful? Give feedback.
All reactions