Skip to content

feat(status): add --watch flag to stream logs#26

Open
nilshamerlinck wants to merge 2 commits into
mainfrom
feat/status-watch
Open

feat(status): add --watch flag to stream logs#26
nilshamerlinck wants to merge 2 commits into
mainfrom
feat/status-watch

Conversation

@nilshamerlinck
Copy link
Copy Markdown
Contributor

Summary

  • Adds --watch flag to deploy status, streaming journalctl --user -u <instance> -f after showing status output
  • Matches existing --watch behaviour on deploy update
  • Includes 3 tests covering: streaming called, not called without flag, KeyboardInterrupt handled cleanly
  • Updates site-docs/docs/commands/status.md (signature, options table, steps, examples)

Test plan

  • uv run pytest passes (28/28)
  • deploy status <instance> --watch shows status then tails logs
  • Ctrl+C exits cleanly
  • Docs site updates after merge to main via the docs workflow

🤖 Generated with Claude Code

nilshamerlinck and others added 2 commits May 16, 2026 11:54
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nilshamerlinck nilshamerlinck requested a review from hailangvn May 16, 2026 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant