Commit a3f502a
feat: Adding
* feat: Adding `list` as copy of `find` command
* fix: Renaming found variables to listed
* feat: Format list differently than find
* feat: Working tree listing.
* feat: Adding tree fixture for list tests
* feat: Adding some convenience aliases
* fix: Faster tree construction
* fix: Minor nits
* fix: Working dependency tree graph
* feat: Adding `--long` formatting
* feat: Standardizing color usage
* feat: Updating JSON display for `list`
* feat: Better JSON parsing
* fix: Adjusting logic for listing
* fix: Adjusting JSON logic for listing DAG in JSON
* feat: Adding some integration testing
* feat: Adding `long` as a standalone format
* feat: Hide dependencies in `--long` unless users ask for it
* fix: Linting
* fix: Use yellow for tree branches
* fix: Only show dependencies when asked for
* fix: Fixing tests
* fix: Cleaning up docs
* fix: Refactoring tests
* fix: Addressing lint
* fix: Improving testing
* fix: Improving integration testing
* fix: Updating handling of edge-cases
* fix: Fixing pathing for JSON entries
* feat: Improving fixture for list
* fix: Resolving sorting bug
* fix: Address type presence in JSON response
* fix: Always set the type for the DAG tree
* fix: Removing `stage` fixture
* feat: Adding docs for `list` command
* feat: Adding `docs-starlight` docs
* fix: Addressing lints
* fix: Fixing tests
* feat: More updates to docs
* fix: Addressing lints
* fix: Checking experiment for `list`
* Update cli/commands/find/options.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: Adding more nuance to the status of the `find` and `list` experiments
* fix: Addressing markdownlint errors
* fix: Dropping `json` from the `list` command (#4043)
* feat: Removing sort and group-by for `--dag` mode
* fix: Make tree branches less yellow
* fix: Updating docs
* fix: Fixing tree coloring
* fix: Updating assets for docs
* fix: Fixing integration tests
* fix: Fixing more assets
* fix: Removing unused flag names from Starlight docs
* fix: Updating `--help`
* fix: Updating error handling in `list/action.go` and `find/action.go`
* fix: Adding `mode` to find test
* fix: Fixing integration tests for find
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>list command (#4034)1 parent 89a9808 commit a3f502a
61 files changed
Lines changed: 2377 additions & 343 deletions
File tree
- cli/commands
- find
- list
- docs-starlight
- src
- assets/img/screenshots
- components
- content/docs/04-reference
- data
- commands
- flags
- docs
- _docs/04_reference
- assets/img/screenshots
- test
- fixtures/list
- basic
- a-unit
- b-unit
- dag
- stacks/live
- dev
- prod
- units/live
- dev
- db
- ec2
- vpc
- prod
- db
- ec2
- vpc
- long
- unit-0
- unit-1
- unit-2
- unit-3
- unit-4
- unit-5
- unit-6
- unit-7
- unit-8
- unit-9
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
143 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
| |||
181 | 193 | | |
182 | 194 | | |
183 | 195 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
| |||
0 commit comments