just --dump should provide recipe order
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
I was hoping to write something that ran the recipes in a justfile in order (lots of individual set up steps to bootstrap a new machine). I can use `just --summary --unsorted`, but it would be cleaner to use `just --dump --dump-format=json` and sort by some recipe order info.
Contributor guide
Research direction
Start by locating the handling for `just --dump` and `--dump-format=json`, then inspect how recipe order is represented internally. Define what order information the JSON output should expose so recipes can be sorted, and verify the result against a justfile containing multiple setup recipes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100