Hello! First of all thank you for the amazing tool.
Right now this is the output of armada fleet:
As you can see, both voyages are STALLED. But actually:
voyage-combat - Currently in progress; Galleon is writing code.
voyage-v1-fixes - This voyage was already completed.
What I'm looking for is a way to monitor/check if voyages are already done without looking at the lane's TUI (via armada voyage --heartbeat or tmux attach) or asking Commodore for updates.
My current solution: start a new terminal and just see the latest update via watch -n 30 "tmux capture-pane -t voyage-name -p 2>/dev/null | tail -30".
Hello! First of all thank you for the amazing tool.
Right now this is the output of
armada fleet:As you can see, both voyages are STALLED. But actually:
voyage-combat- Currently in progress; Galleon is writing code.voyage-v1-fixes- This voyage was already completed.What I'm looking for is a way to monitor/check if voyages are already done without looking at the lane's TUI (via
armada voyage --heartbeatortmux attach) or asking Commodore for updates.My current solution: start a new terminal and just see the latest update via
watch -n 30 "tmux capture-pane -t voyage-name -p 2>/dev/null | tail -30".