print elapsed time in user friendly format instead of seconds on cli
Open
Nobody has claimed this yet.
CLI
enhancement
good first issue
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
This is not a bug but just a small user experience improvement.
When we get the status of execution using the st2 cli time is mentioned in seconds it would be nice to print time in a user-friendly format.

ex: running (339s elapsed), could be: running (5m39s elapsed)
I'll try to make a pr with the changes if its okay.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the StackStorm st2 CLI output for execution status and reproduce the seconds-based elapsed time shown in the issue. Update the status display so elapsed durations use a user-friendly format such as 5m39s, then verify the resulting output with the CLI status command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100