Skip to content

Conversation

@luqven
Copy link
Owner

@luqven luqven commented Dec 29, 2025

Summary

Add CLI integration for the status feature:

  • gh-stack status <identifier> - show stack with status bits
  • gh-stack log --status <identifier> - alias for status view

Flags

Flag Description
--no-checks Skip fetching CI/approval/conflict status
--no-color Disable colors and Unicode characters
--help-legend Show status bits legend
--json Output in JSON format
-C, --project Path to local repository
-r, --repository Specify repository
-o, --origin Specify git remote

Legend Behavior

Legend is shown on first run, then only with --help-legend.


Part 4 of 5 in the status-command stack

Stacked PR Chain: status-command

PR Title Merges Into
#30 Add head_sha/html_url accessors to PullRequest -
#31 Add GitHub Checks API module #30
#32 Add status module with core logic and rendering #31
#33 👉Add status subcommand and log --status flag #32
#34 Add status command documentation #33

Add CLI integration for status feature:
- gh-stack status <identifier> - show stack with status bits
- gh-stack log --status <identifier> - alias for status view

Status command flags:
- --no-checks: skip fetching CI/approval/conflict status
- --no-color: disable colors and Unicode characters
- --help-legend: show status bits legend
- --json: output in JSON format
- -C, --project: path to local repository
- -r, --repository: specify repository
- -o, --origin: specify git remote

Legend is shown on first run, then only with --help-legend.
@luqven
Copy link
Owner Author

luqven commented Dec 29, 2025

Landed via #34

@luqven luqven closed this Dec 29, 2025
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.

2 participants