ST2 CLI doesn't have consistent pagination in places as well as other UX inconsistencies.
Contributor guide
Tech stack
python
Domain
clideveloper experiencetooling
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
PythonST2 CLI basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
First, explore the st2client source code (likely in st2client directory) to understand the current pagination implementation. Look for existing pagination patterns in list commands (e.g., action list, rule list) and note inconsistencies in output format. The issue likely requires adding a common pagination mechanism or standardizing existing ones. Review any comments or linked issues for more context. Consider testing with different output formats (e.g., JSON, table) to ensure consistent behavior.